Commit c7e71441 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Fix deployment of register

parent 35fe0d17
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -33,9 +33,6 @@ spec:
        {{- toYaml . | nindent 6 }}
      {{- end }}
      containers:
        {{- with .Values.extraConfigPod }}
          {{- toYaml . | nindent 8 }}
        {{- end }}
        - name: {{ .Chart.Name }}
          securityContext:
            {{- toYaml .Values.securityContext | nindent 12 }}