Commit 9e26b49f authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF63-extraconfig-helm-charts' into 'staging'

Fix deployment of register

See merge request !49
parents 6e939c4a c7e71441
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 }}