feat: migrate tailscale-operator to OAuth auth mode
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-17 01:00:41 +00:00
parent f881ff31dc
commit e39182ecbf
@@ -19,7 +19,6 @@ spec:
containers:
- name: operator
image: ghcr.io/tailscale/k8s-operator:v1.78.3
imagePullPolicy: IfNotPresent
env:
- name: POD_NAME
valueFrom:
@@ -35,10 +34,8 @@ spec:
value: /etc/tailscale/oauth/client-secret
volumeMounts:
- name: oauth-secret
mountPath: /etc/tailscale/oauth/
mountPath: /etc/tailscale/oauth
readOnly: true
resources: {}
terminationGracePeriodSeconds: 30
volumes:
- name: oauth-secret
secret: