Skip to content

Commit

Permalink
Change bracket type for labels and annotations in values.yaml (#3408)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Jul 4, 2024
1 parent 838d0a2 commit 9bb3aa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/helm/chart/default/templates/_platform.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Check if platform is set to a valid one
Enforces that platform is set to a valid one
*/}}
{{- define "dynatrace-operator.platformRequired" -}}
{{- $platformIsSet := printf "%s" (required "Platform needs to be set to kubernetes, openshift, google-marketplace, or gke-autopilot" (include "dynatrace-operator.platformIsValid" .))}}
{{- $platformIsSet := printf "%s" (required "Platform needs to be set to kubernetes, openshift, google-marketplace, azure-marketplace or gke-autopilot" (include "dynatrace-operator.platformIsValid" .))}}
{{- end -}}

{{- define "dynatrace-operator.nodeAffinity" -}}
Expand Down
12 changes: 6 additions & 6 deletions config/helm/chart/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ installCRD: true
operator:
nodeSelector: {}
tolerations: []
labels: []
annotations: []
labels: {}
annotations: {}
apparmor: false
securityContext:
privileged: false
Expand Down Expand Up @@ -59,8 +59,8 @@ webhook:
hostNetwork: false
nodeSelector: {}
tolerations: []
labels: []
annotations: []
labels: {}
annotations: {}
apparmor: false
securityContext:
privileged: false
Expand Down Expand Up @@ -103,8 +103,8 @@ csidriver:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
labels: []
annotations: []
labels: {}
annotations: {}
csiInit:
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 9bb3aa1

Please sign in to comment.