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

missing secret object tamplate #39

Closed
alexnimo opened this issue Feb 14, 2023 · 2 comments · Fixed by #40
Closed

missing secret object tamplate #39

alexnimo opened this issue Feb 14, 2023 · 2 comments · Fixed by #40

Comments

@alexnimo
Copy link

Hi,

There is a missing secret object in the charts directory.
Without it the deployment fails.
After creating the template manually the deployment succeeds.
Example:

kind: Secret
apiVersion: v1
metadata:
  name: {{ include "vapi.fullname" . }}
data:
  username: {{ .Values.mysql.auth.username }}
  password: {{ .Values.mysql.auth.password | b64enc }}
@roottusk
Copy link
Owner

@AndyG-0 I would be really happy if you could help with this one , I have very little idea about Kubernetes

@AndyG-0
Copy link
Contributor

AndyG-0 commented Feb 19, 2023

@roottusk I'll see if I can get a pr opened this week for this.

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.

3 participants