FILER: pass & db

fix revert from white labeling
This commit is contained in:
LazyDBA247-Anyvision
2020-03-03 10:43:45 +02:00
parent 0db304ed1c
commit 0e22ed44d7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ metadata:
"helm.sh/resource-policy": keep
"helm.sh/hook": "pre-install"
stringData:
user: {{ "YourSWUser" | b64enc }}
user: "YourSWUser"
password: "HardCodedPassword"
# better to random generate and create in DB
# password: {{ randAlphaNum 10 | sha256sum | b64enc | trunc 32 }}