diff --git a/helm/capif/charts/ocf-register/templates/deployment.yaml b/helm/capif/charts/ocf-register/templates/deployment.yaml index 3d249c522581f05d07e98c8ce51d40f0527ace96..ffe49edce0681a847f4195ac4f90367f057106c1 100644 --- a/helm/capif/charts/ocf-register/templates/deployment.yaml +++ b/helm/capif/charts/ocf-register/templates/deployment.yaml @@ -29,10 +29,10 @@ spec: serviceAccountName: {{ include "ocf-register.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} + {{- with .Values.extraConfigPod }} + {{- toYaml . | nindent 6 }} + {{- end }} containers: - {{- with .Values.extraConfigPod }} - {{- toYaml . | nindent 8 }} - {{- end }} - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }}