Skip to content

Commit 4c7f875

Browse files
committed
Changed database template name
1 parent 474450b commit 4c7f875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

slurm-cluster-chart/templates/mysql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
value: "yes"
3535
- name: MYSQL_USER
3636
value: "slurm"
37-
image: {{ .Values.mySQL.image }}
37+
image: {{ .Values.database.image }}
3838
name: mysql
3939
ports:
4040
- containerPort: 3306

slurm-cluster-chart/templates/var-lib-mysql-persistentvolumeclaim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
- ReadWriteOnce
1212
resources:
1313
requests:
14-
storage: {{ .Values.mySQL.storage }}
14+
storage: {{ .Values.database.storage }}

slurm-cluster-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nfs:
99
claimName: rook-nfs-pv-claim
1010

1111
# Values for Slurm's database container
12-
mySQL:
12+
database:
1313
#Database image to be used
1414
image: mariadb:10.10
1515
#Storage requested by the var-lib-mysql volume backing the database

0 commit comments

Comments
 (0)