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