Files
talos-cluster/tailscale/auth-secret.yaml
gitea-admin 16e2b4e9b2
Validate Manifests / validate (pull_request) Has been cancelled
feat: deploy Tailscale Operator for remote cluster access
2026-05-09 19:03:18 +00:00

13 lines
285 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: tailscale-operator-secret
namespace: tailscale
labels:
app.kubernetes.io/name: tailscale
app.kubernetes.io/component: operator
type: Opaque
data:
# TODO: Fill in the Tailscale auth key (base64 encoded)
authkey: PLACEHOLDER