Skip to content

Commit

Permalink
introduce telemetry-enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jan 8, 2025
1 parent eb264e1 commit 56850cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/core/platform/bundles/paas-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ releases:
namespace: cozy-system
dependsOn: [cilium,kubeovn]

- name: cozystack-controller
releaseName: cozystack-controller
chart: cozy-cozystack-controller
namespace: cozy-system
dependsOn: [cilium,kubeovn]
{{- if eq (index $cozyConfig.data "telemetry-enabled") "false" }}
values:
cozystackController:
disableTelemetry: true
{{- end }}

- name: cert-manager
releaseName: cert-manager
chart: cozy-cert-manager
Expand Down
11 changes: 11 additions & 0 deletions packages/core/platform/bundles/paas-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ releases:
namespace: cozy-system
dependsOn: []

- name: cozystack-controller
releaseName: cozystack-controller
chart: cozy-cozystack-controller
namespace: cozy-system
dependsOn: []
{{- if eq (index $cozyConfig.data "telemetry-enabled") "false" }}
values:
cozystackController:
disableTelemetry: true
{{- end }}

- name: cert-manager
releaseName: cert-manager
chart: cozy-cert-manager
Expand Down

0 comments on commit 56850cc

Please sign in to comment.