Secret ref not indented properly for monitor dashboard
This commit is contained in:
parent
a920e43a92
commit
b8b001a70f
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: datanommer-secret
|
name: datanommer-secret
|
||||||
env:
|
env:
|
||||||
- name: GF_INSTALL_PLUGINS
|
- name: GF_INSTALL_PLUGINS
|
||||||
value: "grafana-clock-panel,simpod-json-datasource,grafana-googlesheets-datasource"
|
value: "grafana-clock-panel,simpod-json-datasource,grafana-googlesheets-datasource"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
data:
|
data:
|
||||||
DATANOMER_PWD: "{{ datanommer_ro_password | b64encode }}"
|
DATANOMER_PWD: '{{ datanommer_ro_password | b64encode }}'
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: datanommer-secret
|
name: datanommer-secret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue