We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow flux2-sync to set gitrepository and kustomization .metadata.name
metadata: name: {{ .Values.gitRepository.name | default .Release.Name }}
in flux-gitrepository.yaml and
metadata: name: {{ .Values.kustomization.name | default .Release.Name }} sourceRef: kind: GitRepository name: {{ .Values.gitRepository.name | default .Release.Name }}
in flux-kustomization.yaml
None
No response
The text was updated successfully, but these errors were encountered:
There's an active PR for this, testers wanted?
Sorry, something went wrong.
I dont know. After 8 months of waiting i use https://github.com/grzegorzgniadek/flux-helm-charts in production and maybe someday will update to current version. If you need it let me know.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem ?
Allow flux2-sync to set gitrepository and kustomization .metadata.name
Describe the solution you'd like.
in flux-gitrepository.yaml
and
in flux-kustomization.yaml
Describe alternatives you've considered.
None
Additional context.
No response
The text was updated successfully, but these errors were encountered: