attempt another method

This commit is contained in:
j 2025-08-09 23:29:31 +00:00
parent ff24ee97e2
commit 24d34ff606

View file

@ -6,8 +6,9 @@ metadata:
namespace: database namespace: database
spec: spec:
replicas: 1 replicas: 1
secretName: db-secrets rootPasswordSecretKeyRef:
secretRootUserPasswordKey: db-root-password name: db-secrets
key: db-root-password
volumeSpec: volumeSpec:
persistentVolumeClaim: persistentVolumeClaim:
accessModes: ["ReadWriteOnce"] accessModes: ["ReadWriteOnce"]