We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd96e0 commit a63126dCopy full SHA for a63126d
addons/disable-grafana-auth.libsonnet
@@ -1,7 +1,7 @@
1
{
2
values+:: {
3
grafana+: {
4
- env+: [
+ env: [
5
6
name: 'GF_AUTH_ANONYMOUS_ENABLED',
7
value: 'true',
monitoring-satellite/manifests/grafana/deployment.yaml
@@ -30,12 +30,6 @@ spec:
30
automountServiceAccountToken: false
31
containers:
32
- env:
33
- - name: GF_AUTH_ANONYMOUS_ENABLED
34
- value: "true"
35
- - name: GF_AUTH_ANONYMOUS_ORG_ROLE
36
- value: Admin
37
- - name: GF_AUTH_DISABLE_LOGIN_FORM
38
39
- name: GF_AUTH_ANONYMOUS_ENABLED
40
value: "true"
41
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
0 commit comments