Skip to content

Commit

Permalink
monitoring: turn off useless grafana auth
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Aug 16, 2020
1 parent e005cea commit cc3e6d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions monitoring/grafana-auth.patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: grafana
spec:
template:
spec:
containers:
- name: grafana
env:
- name: GF_AUTH_ANONYMOUS_ENABLED
value: "true"
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
value: Editor
1 change: 1 addition & 0 deletions monitoring/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resources:
patches:
- container-images.patch.yaml
- cluster-wide.patch.yaml
- grafana-auth.patch.yaml
- grafana-sidecar.patch.yaml
- prometheus-additional-scrape-configs.patch.yaml
- prometheus-persistent-volume.patch.yaml
Expand Down

0 comments on commit cc3e6d3

Please sign in to comment.