[OOM-3] Docker credentials secret missing
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Mon, 24 Jul 2017 07:45:28 +0000 (10:45 +0300)
committerBorislav Glozman <Borislav.Glozman@amdocs.com>
Thu, 3 Aug 2017 13:05:45 +0000 (13:05 +0000)
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825
Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
aai-deployment.yaml
hbase-deployment.yaml
modelloader-deployment.yaml

index ccf5007..857044d 100644 (file)
@@ -85,3 +85,5 @@ spec:
           hostPath:
             path: /dockerdata-nfs/onapdemo/aai/aai-data/
       restartPolicy: Always
+      imagePullSecrets:
+      - name: onap-docker-registry-key
index 99b4d3f..d086061 100644 (file)
@@ -27,3 +27,5 @@ spec:
             port: 8020
           initialDelaySeconds: 5
           periodSeconds: 10
+      imagePullSecrets:
+      - name: onap-docker-registry-key
index 7eacf7c..e649fc0 100644 (file)
@@ -93,3 +93,5 @@ spec:
           initialDelaySeconds: 5
           periodSeconds: 10
       restartPolicy: Always
+      imagePullSecrets:
+      - name: onap-docker-registry-key