Skip to content

Commit

Permalink
Merge pull request #209 from isimluk/do-not-override-cluster-default-…
Browse files Browse the repository at this point in the history
…pull-policy-for-no-reasone

Addressing inability to upgrade the operator
  • Loading branch information
falcon-pioupiou authored Mar 17, 2022
2 parents 5e4694e + 6d203c8 commit 0295f8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ spec:
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
Expand Down
1 change: 0 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spec:
- --leader-elect
image: controller:latest
name: manager
imagePullPolicy: IfNotPresent
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 0295f8d

Please sign in to comment.