mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-xxx] removing grafana credentials secret from helm chart
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: grafana-credentials
|
|
||||||
data:
|
|
||||||
dbPassword: {{ $.Values.dbCredentials.password | b64enc }} # b64enc is needed, because a stringData secret field cannot hold numeric values
|
|
||||||
dbUser: {{ $.Values.dbCredentials.userName | b64enc }}
|
|
||||||
dbHost: {{ $.Values.dbCredentials.host | b64enc }}
|
|
||||||
dbPort: {{ $.Values.dbCredentials.port | b64enc }}
|
|
||||||
dbName: {{ $.Values.dbCredentials.name | b64enc }}
|
|
||||||
Reference in New Issue
Block a user