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 69122f7 commit f9d4f9aCopy full SHA for f9d4f9a
.gitignore
@@ -0,0 +1,3 @@
1
+# Build artifacts from local helm install
2
+slurm-cluster-chart/Chart.lock
3
+slurm-cluster-chart/charts/
slurm-cluster-chart/templates/login-deployment.yaml
@@ -28,7 +28,7 @@ spec:
28
name: login
29
env:
30
- name: ROCKY_OOD_PASS
31
- value: {{ .Values.openOndemand.password }}
+ value: {{ .Values.openOnDemand.password }}
32
ports:
33
- containerPort: 22
34
- containerPort: 80
slurm-cluster-chart/values.yaml
@@ -25,5 +25,5 @@ secrets:
25
mungeKey: munge-key-secret
26
27
#OOD username is rocky
-openOndemand:
+openOnDemand:
password: password
0 commit comments