mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
Create existingSecret for grafana-creds
This commit is contained in:
@@ -76,12 +76,12 @@ spec:
|
||||
- name: GF_SECURITY_ADMIN_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: grafana-creds
|
||||
name: {{ .Values.grafana.existingSecret }}
|
||||
key: username
|
||||
- name: GF_SECURITY_ADMIN_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: grafana-creds
|
||||
name: {{ .Values.grafana.existingSecret }}
|
||||
key: password
|
||||
- name: GF_SERVER_ROOT_URL # used to serve through ingress-nginx
|
||||
value: "%(protocol)s://%(domain)s:%(http_port)s/grafana/"
|
||||
|
||||
@@ -54,8 +54,7 @@ fluentd:
|
||||
memory: 200Mi
|
||||
|
||||
grafana:
|
||||
username: nemesis
|
||||
# password: ""
|
||||
existingSecret: grafana-creds
|
||||
prometheusUrl: http://prometheus-service.default.svc:9090
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
|
||||
Reference in New Issue
Block a user