Browse Source

Merge pull request #7823 from etsauer/gluster-deploy-heketi-template-fix

Change set imagepullpolicy to allow for offline install
OpenShift Merge Robot 7 years ago
parent
commit
669c916bf6

+ 1 - 0
roles/openshift_storage_glusterfs/files/deploy-heketi-template.yml

@@ -65,6 +65,7 @@ objects:
         containers:
         - name: heketi
           image: ${IMAGE_NAME}:${IMAGE_VERSION}
+          imagePullPolicy: IfNotPresent
           env:
           - name: HEKETI_USER_KEY
             value: ${HEKETI_USER_KEY}