charts icon indicating copy to clipboard operation
charts copied to clipboard

Support overriding image pull secrets on broker/proxy/pulsar-manager

Open sijie opened this issue 3 years ago • 1 comments

sijie avatar Sep 22 '21 06:09 sijie

seems we're defining duplicated key, can we do:

      {{- if .Values.broker.imagePullSecrets }}
      imagePullSecrets:
      - name: {{ .Values.broker.imagePullSecrets }}
      {{- else }}
      {{- if .Values.imagePullSecrets }}
      imagePullSecrets:
      - name: {{ .Values.imagePullSecrets }}
      {{- end }}
      {{- end }}

MarvinCai avatar Sep 22 '21 07:09 MarvinCai

Close legacy PR

ericsyh avatar Mar 09 '23 07:03 ericsyh