mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
162 stars 145 forks source link

Support imagePullSecrets in mattermost-enterprise-edition #387

Open yeongeon opened 1 year ago

yeongeon commented 1 year ago

We need to define for imagePullSecrets at mattermost-enterprise-edition helm as below.

    spec:
      {{- with .Values.mattermostApp.image.imagePullSecrets }}
      imagePullSecrets:
        {{- toYaml . | nindent 8 }}
      {{- end }}
bjorns163 commented 1 month ago

This is not only needed in enterprise-edition but also in the teams edition

bjorns163 commented 1 month ago

By the way in your values files you can just do:

extraInitContainers:
  imagePullSecrets:
    - name: your-pull-secret