Skip to content

Commit f25fe6e

Browse files
committed
Removed resource policies
1 parent f9d4f9a commit f25fe6e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

slurm-cluster-chart/templates/database-auth-secret.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ metadata:
44
name: database-auth-secret
55
annotations:
66
helm.sh/hook: pre-install
7-
helm.sh/resource-policy: keep
87
data:
98
password: {{ randAlphaNum 32 | b64enc }}

slurm-cluster-chart/templates/munge-key-secret.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ metadata:
44
name: munge-key-secret
55
annotations:
66
helm.sh/hook: pre-install
7-
helm.sh/resource-policy: keep
87
data:
98
munge.key: {{ randAscii 128 | b64enc }}

0 commit comments

Comments
 (0)