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

Minio key Should be converted in Secrets #3

Open
s8sg opened this issue May 25, 2020 · 0 comments
Open

Minio key Should be converted in Secrets #3

s8sg opened this issue May 25, 2020 · 0 comments

Comments

@s8sg
Copy link
Member

s8sg commented May 25, 2020

Minio in FaasFlow Infra doesn't use secrets but uses environment variable

        env:
        - name: MINIO_ACCESS_KEY
          value: "{{ .Values.minio.accessKey }}"
        - name: MINIO_SECRET_KEY
          value: "{{ .Values.minio.secretKey }}"

This needs to be changes to secrets,

Tech Task:

  1. Check how to pass secret in Minio Docker image
  2. Change the chart template to create secret
@pasdam pasdam removed their assignment Nov 24, 2021
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

No branches or pull requests

2 participants