Loading helm/capif/charts/ocf-register/templates/deployment.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ spec: serviceAccountName: {{ include "ocf-register.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: {{- with .Values.extraConfigPod }} {{- toYaml . | nindent 8 }} {{- toYaml . | nindent 6 }} {{- end }} containers: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} Loading Loading
helm/capif/charts/ocf-register/templates/deployment.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ spec: serviceAccountName: {{ include "ocf-register.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: {{- with .Values.extraConfigPod }} {{- toYaml . | nindent 8 }} {{- toYaml . | nindent 6 }} {{- end }} containers: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} Loading