Commit 35fe0d17 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Fix deployment of register

parent 6e939c4a
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 }}