Files
infrastructure/clusters/cl01tl/helm/tailscale-operator/templates/external-secrets.yaml
Alex Lebens a3ce90b4d4
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 26s
lint-test-helm / validate-kubeconform (pull_request) Successful in 24s
feat: refactor apps
2026-04-06 21:27:00 -05:00

23 lines
584 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: operator-oauth
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: operator-oauth
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: client_id
remoteRef:
key: /tailscale/k8s-operator
property: clientId
- secretKey: client_secret
remoteRef:
key: /tailscale/k8s-operator
property: clientSecret