Commit 267c0fb6 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

extraConfigPod ocf-register

parent ba15aa00
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 }}