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:
|
containers:
|
||||||
- name: operator
|
- name: operator
|
||||||
image: ghcr.io/tailscale/k8s-operator:v1.78.3
|
image: ghcr.io/tailscale/k8s-operator:v1.78.3
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
env:
|
env:
|
||||||
- name: POD_NAME
|
- name: POD_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -35,10 +34,8 @@ spec:
|
|||||||
value: /etc/tailscale/oauth/client-secret
|
value: /etc/tailscale/oauth/client-secret
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oauth-secret
|
- name: oauth-secret
|
||||||
mountPath: /etc/tailscale/oauth/
|
mountPath: /etc/tailscale/oauth
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources: {}
|
|
||||||
terminationGracePeriodSeconds: 30
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: oauth-secret
|
- name: oauth-secret
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Reference in New Issue
Block a user