mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Never pull the image, but use local when deploying the operator. Deploy along with Connect
This commit is contained in:
@@ -74,6 +74,7 @@ spec:
|
|||||||
- --leader-elect
|
- --leader-elect
|
||||||
- --health-probe-bind-address=:8081
|
- --health-probe-bind-address=:8081
|
||||||
image: 1password/onepassword-operator:latest
|
image: 1password/onepassword-operator:latest
|
||||||
|
imagePullPolicy: Never
|
||||||
name: manager
|
name: manager
|
||||||
env:
|
env:
|
||||||
- name: OPERATOR_NAME
|
- name: OPERATOR_NAME
|
||||||
@@ -96,7 +97,7 @@ spec:
|
|||||||
name: onepassword-token
|
name: onepassword-token
|
||||||
key: token
|
key: token
|
||||||
- name: MANAGE_CONNECT
|
- name: MANAGE_CONNECT
|
||||||
value: "false"
|
value: "true"
|
||||||
# Uncomment the following lines to enable service account token and comment out the OP_CONNECT_TOKEN, OP_CONNECT_HOST and MANAGE_CONNECT env vars.
|
# Uncomment the following lines to enable service account token and comment out the OP_CONNECT_TOKEN, OP_CONNECT_HOST and MANAGE_CONNECT env vars.
|
||||||
# - name: OP_SERVICE_ACCOUNT_TOKEN
|
# - name: OP_SERVICE_ACCOUNT_TOKEN
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
|
Reference in New Issue
Block a user