From ab00dd50aa5af467c6c696b20004fc61b9756248 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 17 May 2023 23:19:45 +0000 Subject: [PATCH] Update file secrets.yaml --- authentik/templates/secrets.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/templates/secrets.yaml b/authentik/templates/secrets.yaml index c8bbbbc..093aab3 100644 --- a/authentik/templates/secrets.yaml +++ b/authentik/templates/secrets.yaml @@ -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: