-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix anonymous access to grafana and update aws deploy values
- Loading branch information
Showing
4 changed files
with
54 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,10 +134,8 @@ spec: | |
- name: TZ | ||
value: {{ .Values.timezone | default "UTC" }} | ||
volumeMounts: | ||
# configmap is always mounted as read only volume in container | ||
# grafana startup script will fail with read only configuration directory | ||
# - name: grafana-config | ||
# mountPath: /etc/grafana | ||
- name: grafana-config | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tennix
Author
Member
|
||
mountPath: /etc/grafana | ||
- name: monitor-data | ||
mountPath: /data | ||
- mountPath: /etc/grafana/provisioning/datasources | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am interested to know if you can get this to work. I was going to just use environment variables.