Skip to content

Commit

Permalink
Set --default-seccomp-profile-type is not empty
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 4, 2023
1 parent 95332d7 commit 9c62de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/kubedb-provisioner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ spec:
- --v={{ .Values.logLevel }}
- --use-kubeapiserver-fqdn-for-aks={{ .Values.apiserver.useKubeapiserverFqdnForAks }}
- --metrics-bind-address=:{{ .Values.monitoring.bindPort }}
- --default-seccomp-profile-type={{ .Values.defaultSeccompProfileType }}
{{- with .Values.defaultSeccompProfileType }}
- --default-seccomp-profile-type={{ . }}
{{- end }}
- --health-probe-bind-address=:{{ .Values.apiserver.healthcheck.probePort }}
{{- include "docker.imagePullSecretFlags" . | nindent 8 }}
{{- include "docker.insecureRegistries" . | nindent 8 }}
Expand Down

0 comments on commit 9c62de4

Please sign in to comment.