Merge pull request 'feat: migrate tailscale-operator to OAuth auth mode' (#45) from orion/auto/feat-migrate-tailscale-operator-to-oauth-1778979641646 into main
Reviewed-on: #45
This commit was merged in pull request #45.
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