Wirking around the datanommer password special chars for monitor dashboard by puttin it in env-var
This commit is contained in:
parent
81fb6eb6e7
commit
c75d6cd6e4
4 changed files with 18 additions and 2 deletions
6
roles/openshift-apps/monitor-dashboard/files/secret.yml
Normal file
6
roles/openshift-apps/monitor-dashboard/files/secret.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- apiVersion: v1
|
||||
data:
|
||||
DATANOMER_PWD: {{ datanommer_ro_password }}
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: datanommer-secret
|
Loading…
Add table
Add a link
Reference in a new issue