Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support imagePullSecrets in mattermost-enterprise-edition #387

Open
yeongeon opened this issue Feb 13, 2023 · 2 comments · May be fixed by #388
Open

Support imagePullSecrets in mattermost-enterprise-edition #387

yeongeon opened this issue Feb 13, 2023 · 2 comments · May be fixed by #388

Comments

@yeongeon
Copy link

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

    spec:
      {{- with .Values.mattermostApp.image.imagePullSecrets }}
      imagePullSecrets:
        {{- toYaml . | nindent 8 }}
      {{- end }}
yeongeon pushed a commit to yeongeon/mattermost-helm that referenced this issue Feb 13, 2023
@bjorns163
Copy link

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

@bjorns163
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants