فهرست منبع

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

Change set imagepullpolicy to allow for offline install
OpenShift Merge Robot 7 سال پیش
والد
کامیت
669c916bf6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      roles/openshift_storage_glusterfs/files/deploy-heketi-template.yml

+ 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}