From 60d59fd23050edb998a0aa30d0cfb1b05bd9920a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 13 Jun 2024 12:46:47 -0500 Subject: [PATCH] change secret location --- .../tailscale-operator/templates/external-secrets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/services/tailscale-operator/templates/external-secrets.yaml b/clusters/cl01tl/services/tailscale-operator/templates/external-secrets.yaml index 4a744aea8..538a54360 100644 --- a/clusters/cl01tl/services/tailscale-operator/templates/external-secrets.yaml +++ b/clusters/cl01tl/services/tailscale-operator/templates/external-secrets.yaml @@ -18,13 +18,13 @@ spec: remoteRef: conversionStrategy: Default decodingStrategy: None - key: /tailscale/operator/oauth + key: /cl01tl/tailscale/operator/oauth metadataPolicy: None property: clientId - secretKey: client_secret remoteRef: conversionStrategy: Default decodingStrategy: None - key: /tailscale/operator/oauth + key: /cl01tl/tailscale/operator/oauth metadataPolicy: None property: clientSecret