use env values

This commit is contained in:
2024-07-02 11:40:38 -05:00
parent 72b8a546e3
commit c6458f30e3
2 changed files with 186 additions and 43 deletions

View File

@@ -255,6 +255,9 @@ unseal:
repository: ghcr.io/lrstanley/vault-unseal
tag: 0.5.1
pullPolicy: IfNotPresent
envFrom:
- secretRef:
name: vault-unseal-config-1
resources:
requests:
cpu: 100m
@@ -270,6 +273,9 @@ unseal:
repository: ghcr.io/lrstanley/vault-unseal
tag: 0.5.1
pullPolicy: IfNotPresent
envFrom:
- secretRef:
name: vault-unseal-config-2
resources:
requests:
cpu: 100m
@@ -285,43 +291,12 @@ unseal:
repository: ghcr.io/lrstanley/vault-unseal
tag: 0.5.1
pullPolicy: IfNotPresent
envFrom:
- secretRef:
name: vault-unseal-config-3
resources:
requests:
cpu: 100m
memory: 128Mi
serviceAccount:
create: true
persistence:
config-1:
enabled: true
type: secret
name: vault-unseal-config-1
advancedMounts:
unseal-1:
main:
- path: /vault-unseal.yaml
readOnly: true
mountPropagation: None
subPath: vault-unseal.yaml
config-2:
enabled: true
type: secret
name: vault-unseal-config-2
advancedMounts:
unseal-2:
main:
- path: /vault-unseal.yaml
readOnly: true
mountPropagation: None
subPath: vault-unseal.yaml
config-3:
enabled: true
type: secret
name: vault-unseal-config-3
advancedMounts:
unseal-3:
main:
- path: /vault-unseal.yaml
readOnly: true
mountPropagation: None
subPath: vault-unseal.yaml