Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions kctf-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ spec:
- /manager
args:
- --leader-elect
env:
- name: ALLOWED_IPS
value: 0.0.0.0/0
- name: SECURITY_POLICY
value: DISABLED
image: controller:latest
name: manager
securityContext:
Expand Down
5 changes: 5 additions & 0 deletions kctf-operator/dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8222,6 +8222,11 @@ spec:
- --leader-elect
command:
- /manager
env:
- name: ALLOWED_IPS
value: 0.0.0.0/0
- name: SECURITY_POLICY
value: DISABLED
image: gcr.io/kctf-docker/kctf-operator:latest
livenessProbe:
httpGet:
Expand Down
Loading