Skip to content

Commit

Permalink
fix(manifests): Add imagePullPolicy to containers
Browse files Browse the repository at this point in the history
* Security best practice
  • Loading branch information
akosveres committed May 17, 2022
1 parent 406592c commit d2e709c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ spec:
requests:
cpu: 5m
memory: 64Mi
imagePullPolicy: Always
- name: manager
args:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--leader-elect"
imagePullPolicy: Always

0 comments on commit d2e709c

Please sign in to comment.