chore: Update manifests after change
This commit is contained in:
@@ -16,9 +16,13 @@ spec:
|
||||
app: operator
|
||||
spec:
|
||||
serviceAccountName: operator
|
||||
volumes:
|
||||
- name: oauth
|
||||
secret:
|
||||
secretName: operator-oauth
|
||||
containers:
|
||||
- name: operator
|
||||
image: tailscale/k8s-operator:v1.92.3
|
||||
image: tailscale/k8s-operator:v1.90.9
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: OPERATOR_INITIAL_TAGS
|
||||
@@ -37,8 +41,12 @@ spec:
|
||||
value:
|
||||
- name: OPERATOR_INGRESS_CLASS_NAME
|
||||
value: tailscale
|
||||
- name: CLIENT_ID_FILE
|
||||
value: /oauth/client_id
|
||||
- name: CLIENT_SECRET_FILE
|
||||
value: /oauth/client_secret
|
||||
- name: PROXY_IMAGE
|
||||
value: tailscale/tailscale:v1.92.3
|
||||
value: tailscale/tailscale:v1.90.9
|
||||
- name: PROXY_TAGS
|
||||
value: tag:k8s
|
||||
- name: APISERVER_PROXY
|
||||
@@ -55,5 +63,9 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.uid
|
||||
volumeMounts:
|
||||
- name: oauth
|
||||
mountPath: /oauth
|
||||
readOnly: true
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
||||
Reference in New Issue
Block a user