feat: migrate tailscale-operator to OAuth auth mode
Validate Manifests / validate (pull_request) Has been cancelled
Validate Manifests / validate (pull_request) Has been cancelled
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user