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

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

Ocf63 extraconfig helm charts

See merge request !48
parents 68a62dc2 aece9e74
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ spec:
      securityContext:
        {{- toYaml .Values.podSecurityContext | nindent 8 }}
      containers:
        {{- with .Values.extraConfigPod }}
          {{- toYaml . | nindent 8 }}
        {{- end }}
        - 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: "1.2.3.4"

podAnnotations: {}
podLabels: {}