-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update Grafana/Prometheus Chart #24
Conversation
trispera
commented
Mar 7, 2024
- Remove nginx server in front of Prometheus
- New functions to generate and store a random password (props to Document solution to problem of random passwords change on upgrade (from helm/charts) helm/helm-www#1259 (comment))
- Password won't change if a Chart upgrade is made.
- Remove nginx server in front of Prometheus - New functions to generate and store a random password - Password won't change if a Chart upgrade is made.
data: | ||
{{- range $key, $val := .Values.grafana.secret }} | ||
"{{ $key }}": "{{ tpl $val $ | b64enc }}" |
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.
Why use b64enc and data
, and not stringdata
?
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.
Anyways LGTM and will merge.
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.
LGTM
data: | ||
{{- range $key, $val := .Values.grafana.secret }} | ||
"{{ $key }}": "{{ tpl $val $ | b64enc }}" |
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.
Anyways LGTM and will merge.