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

Document secret needs #2

Open
ghost opened this issue Dec 31, 2020 · 2 comments
Open

Document secret needs #2

ghost opened this issue Dec 31, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 31, 2020

Install instructions are missing any reference to the secret required to run Ackee. The logical place for this would be in the prerequisites section of the readme, which is currently empty. This will help users more quickly realize chart doesn't ship with a database (ref: #1), something that'd be useful to list in the prerequisites section along with the secret.

Example secret:

kind: Secret
apiVersion: v1
metadata:
  name: ackee-password
  namespace: ackee
data:
  ACKEE_PASSWORD: ac2zyNAwDag=
type: Opaque

May be created with kubectl create secret.

@suda
Copy link
Owner

suda commented Jan 5, 2021

That's a good call. Would you like to do a PR adding support for a secret?

@ghost
Copy link
Author

ghost commented Jan 7, 2021

Once a DB is added and I can test end-to-end locally via K3s, I'd be happy to add a pull for the Secret.

@suda suda transferred this issue from suda/ackee-chart Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant