mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
9276abe7cc
commit
7a3567144f
2 changed files with 17 additions and 0 deletions
6
infra/external-secrets/templates/ca.yaml
Normal file
6
infra/external-secrets/templates/ca.yaml
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue