From 0fd498d4d3255d95b1ce144c3dd08db7bfaf2c9c Mon Sep 17 00:00:00 2001 From: Murat Kabilov <murat.kabilov@zalando.de> Date: Fri, 12 May 2017 16:20:45 +0200 Subject: [PATCH] set image pull policy to ifnotpresent --- manifests/postgres-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 2537cc81..93f97d91 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -13,6 +13,7 @@ spec: containers: - name: postgres-operator image: pierone.example.com/acid/postgres-operator:0.1 + imagePullPolicy: IfNotPresent env: - name: MY_POD_NAMESPACE valueFrom: -- GitLab