fix: correct ExternalSecret path, name, and key to match deployment
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-15 01:50:07 +00:00
parent 63f92ade28
commit 9691ba2827
@@ -1,7 +1,7 @@
apiVersion: external-secrets.io/v1beta1 apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: tailscale-auth name: tailscale-operator
namespace: tailscale namespace: tailscale
spec: spec:
refreshInterval: 1h refreshInterval: 1h
@@ -9,10 +9,10 @@ spec:
name: orion-vault name: orion-vault
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: tailscale-auth name: tailscale-operator
creationPolicy: Owner creationPolicy: Owner
data: data:
- secretKey: TS_AUTH_KEY - secretKey: auth-key
remoteRef: remoteRef:
key: secret/tailscale key: secret/Talos Cluster/tailscale
property: TS_AUTH_KEY property: TS_AUTH_KEY