Skip to content

Commit f9d4f9a

Browse files
committed
Changed OOD key names
1 parent 69122f7 commit f9d4f9a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
name: login
2929
env:
3030
- name: ROCKY_OOD_PASS
31-
value: {{ .Values.openOndemand.password }}
31+
value: {{ .Values.openOnDemand.password }}
3232
ports:
3333
- containerPort: 22
3434
- containerPort: 80

slurm-cluster-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ secrets:
2525
mungeKey: munge-key-secret
2626

2727
#OOD username is rocky
28-
openOndemand:
28+
openOnDemand:
2929
password: password

0 commit comments

Comments
 (0)