fix syntax

This commit is contained in:
gregory hendrickson
2023-01-26 09:48:23 -08:00
parent 93ace27b5f
commit a7d176407a
2 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ spec:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- mountPath: "/var/lib/mysql"
- mountPath: /var/lib/mysql
name: mysql-storage
volumes:
- name: mysql-storage