Files
infrastructure/clusters/cl01tl/helm/tailscale-operator/templates/external-secrets.yaml
Alex Lebens 3d58df753b
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 42s
lint-test-helm / lint-helm (pull_request) Successful in 15m53s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16m48s
feat: add more
2026-04-23 16:40:37 -05:00

22 lines
558 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: operator-oauth
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: operator-oauth
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: client_id
remoteRef:
key: /tailscale/credentials/k8s-operator
property: client-id
- secretKey: client_secret
remoteRef:
key: /tailscale/credentials/k8s-operator
property: client-secret