mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update 6 files
- /krakend/Chart.yaml - /krakend/templates/service.yaml - /krakend/templates/ingress.yaml - /krakend/templates/secrets.yaml - /krakend/templates/deployments.yaml - /argocd/templates/krakend.yaml
This commit is contained in:
parent
63ab8f4d23
commit
a8afe0b877
6 changed files with 140 additions and 0 deletions
15
krakend/templates/secrets.yaml
Normal file
15
krakend/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: krakend-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: krakend-secret
|
||||
data:
|
||||
- secretKey: config.json
|
||||
remoteRef:
|
||||
key: secrets/krakend/config
|
||||
property: config.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue