This commit is contained in:
2025-01-24 05:28:37 -06:00
parent 9276abe7cc
commit 7a3567144f
2 changed files with 17 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,17 @@ external-secrets:
repository: ghcr.io/external-secrets/external-secrets
pullPolicy: Always
extraVolumes:
- name: ca-pemstore
configMap:
name: ca-pemstore
extraVolumeMounts:
- name: ca-pemstore
mountPath: /etc/ssl/certs/vault.pem
subPath: vault.pem
readOnly: true
resources:
requests:
memory: 32Mi