Skip to content

Commit

Permalink
Fixes #68. Remove liveness and readiness probes that don't work now t…
Browse files Browse the repository at this point in the history
…hat we use scratch image. Update deploy yaml for pending 0.8.1 release
  • Loading branch information
Andrew Suderman committed Jul 29, 2019
1 parent b079d44 commit f22f445
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions deploy/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,23 +158,9 @@ spec:
serviceAccountName: rbac-manager
containers:
- name: rbac-manager
image: "quay.io/reactiveops/rbac-manager:0.7.0"
image: "quay.io/reactiveops/rbac-manager:0.8.1"
imagePullPolicy: Always
# these liveness probes are not very helpful yet
livenessProbe:
exec:
command:
- sh
- -c
- ps -ef | grep rbac-manager
initialDelaySeconds: 5
periodSeconds: 5
readinessProbe:
exec:
command:
- sh
- -c
- ps -ef | grep rbac-manager
securityContext:
runAsUser: 1200
allowPrivilegeEscalation: false
Expand Down

0 comments on commit f22f445

Please sign in to comment.