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 to use an existingConfigJson instead of the predefined tmpl or alternativly allow to configure every section with defaults. like:
global: TeamSettings: enableTeamCreation: true enableUserCreation: true enableOpenServer: true ....... ServiceSettings: # already existing enableLinkPreviews: true enableCustomEmoji: true # example additional values GoogleDeveloperKey: "" EnableOAuthServiceProvider: false EnableIncomingWebhooks: true EnableOutgoingWebhooks: true EnableCommands: true EnableOnlyAdminIntegrations: false EnablePostUsernameOverride: false EnablePostIconOverride: false .....
....and make use of helm flow control Docs StackOverflow
For example:
{{- range $v := .Values.global.TeamSettings }} .... {{- end }}
or
global: existingConfigmapJsonName: myconfigmapjson # or global: existingConfigmapJson: name: myconfigmapjson
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow to use an existingConfigJson instead of the predefined tmpl or alternativly allow to configure every section with defaults.
like:
....and make use of helm flow control
Docs
StackOverflow
For example:
or
The text was updated successfully, but these errors were encountered: