change configmap to secret

This commit is contained in:
2024-07-02 11:21:47 -05:00
parent c89fb9e342
commit 04bf354968

View File

@@ -289,7 +289,7 @@ unseal:
persistence:
config-1:
enabled: true
type: configMap
type: secret
name: vault-unseal-config-1
advancedMounts:
unseal:
@@ -300,7 +300,7 @@ unseal:
subPath: vault-unseal.yaml
config-2:
enabled: true
type: configMap
type: secret
name: vault-unseal-config-2
advancedMounts:
unseal:
@@ -311,7 +311,7 @@ unseal:
subPath: vault-unseal.yaml
config-3:
enabled: true
type: configMap
type: secret
name: vault-unseal-config-3
advancedMounts:
unseal: