-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prometheus #217
base: main
Are you sure you want to change the base?
Prometheus #217
Conversation
grafana: | ||
admin: | ||
existingSecret: "kibana-credentials" | ||
userKey: KIBANA_USERNAME | ||
passwordKey: KIBANA_PASSWORD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To place values for a subchart you must place them under an object with the same name (or alias)
grafana: | |
admin: | |
existingSecret: "kibana-credentials" | |
userKey: KIBANA_USERNAME | |
passwordKey: KIBANA_PASSWORD | |
prometheus-stack: | |
grafana: | |
admin: | |
existingSecret: "kibana-credentials" | |
userKey: KIBANA_USERNAME | |
passwordKey: KIBANA_PASSWORD | |
kind: SealedSecret | ||
metadata: | ||
name: kibana-credentials | ||
namespace: prometheus-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The namespace "prometheus" will be generated by the Argocd application
It's the default in the template
8c9e337
to
aa00852
Compare
Closes #184