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
spec:
replicas: 1
secretName: db-secrets
secretRootUserPasswordKey: db-root-password
rootPasswordSecretKeyRef:
name: db-secrets
key: db-root-password
volumeSpec:
persistentVolumeClaim:
accessModes: ["ReadWriteOnce"]