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

extraConfigPod in ocf-register chart

parent f4640ce8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ spec:
      securityContext:
        {{- toYaml .Values.podSecurityContext | nindent 8 }}
      containers:
        {{- toYaml .Values.extraConfigPod | nindent 8 }}
        - name: {{ .Chart.Name }}
          securityContext:
            {{- toYaml .Values.securityContext | nindent 12 }}
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ serviceAccount:
  # If not set and create is true, a name is generated using the fullname template
  name: ""

extraConfigPod: {}
#  hostAliases:
#  - hostnames:
#    - "www.example.com"
#    ip: "10.0.2.4"

podAnnotations: {}
podLabels: {}