We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d4f9a commit f25fe6eCopy full SHA for f25fe6e
slurm-cluster-chart/templates/database-auth-secret.yaml
@@ -4,6 +4,5 @@ metadata:
4
name: database-auth-secret
5
annotations:
6
helm.sh/hook: pre-install
7
- helm.sh/resource-policy: keep
8
data:
9
password: {{ randAlphaNum 32 | b64enc }}
slurm-cluster-chart/templates/munge-key-secret.yaml
name: munge-key-secret
munge.key: {{ randAscii 128 | b64enc }}
0 commit comments