From c0a0c102d304d8d3103f3d181230ed91637beb2f Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Sun, 2 Jul 2017 08:47:24 +0100 Subject: [PATCH] sample updated --- hack/deployment.sample.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hack/deployment.sample.yml b/hack/deployment.sample.yml index 9e334f23..4133fb61 100644 --- a/hack/deployment.sample.yml +++ b/hack/deployment.sample.yml @@ -17,7 +17,7 @@ spec: app: keel spec: containers: - - image: karolisr/keel:0.2.1 + - image: karolisr/keel:0.2.3 imagePullPolicy: Always env: - name: PUBSUB @@ -33,6 +33,4 @@ spec: path: /healthz port: 9300 initialDelaySeconds: 30 - timeoutSeconds: 10 - securityContext: - privileged: true + timeoutSeconds: 10