mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file secrets.yaml
This commit is contained in:
parent
ca865980f8
commit
ab00dd50aa
1 changed files with 3 additions and 3 deletions
|
|
@ -11,11 +11,11 @@ spec:
|
|||
data:
|
||||
- secretKey: dbpass
|
||||
remoteRef:
|
||||
key: authentik/database
|
||||
key: secrets/authentik/database
|
||||
property: dbpass
|
||||
- secretKey: secretkey
|
||||
remoteRef:
|
||||
key: authentik/database
|
||||
key: secrets/authentik/database
|
||||
property: secretkey
|
||||
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "authentik"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue