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
core-secret.yaml forces to pass the CORE_SECRET in raw from values file or generate it randomly.
secret: {{ .Values.core.secret | default (randAlphaNum 16) | b64enc | quote }}
We propose to use the same approach than secretKey or HARBOR_ADMIN_PASSWORD
{{- if not .Values.existingSecretCoreSecret }} secret: {{ .Values.core-secret | default (randAlphaNum 16) | b64enc | quote }} {{- end }}
The text was updated successfully, but these errors were encountered:
Thanks for bring this up. Can you rise a PR for this?
Sorry, something went wrong.
this PR might resolves this issue:
No branches or pull requests
core-secret.yaml forces to pass the CORE_SECRET in raw from values file or generate it randomly.
secret: {{ .Values.core.secret | default (randAlphaNum 16) | b64enc | quote }}
We propose to use the same approach than secretKey or HARBOR_ADMIN_PASSWORD
The text was updated successfully, but these errors were encountered: