Loading helm/capif/charts/ocf-register/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ 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 }} Loading Loading
helm/capif/charts/ocf-register/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ 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 }} Loading