rename directory

This commit is contained in:
Chris Lu
2021-08-23 13:37:09 -07:00
parent 93741a6752
commit 7eeff1d8a1
30 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: secret-seaweedfs-db
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/resource-policy": keep
"helm.sh/hook": "pre-install"
stringData:
user: "YourSWUser"
password: "HardCodedPassword"
# better to random generate and create in DB
# password: {{ randAlphaNum 10 | sha256sum | b64enc | trunc 32 }}