From: Borislav Glozman Date: Mon, 24 Jul 2017 07:45:28 +0000 (+0300) Subject: [OOM-3] Docker credentials secret missing X-Git-Tag: 4.0.0-ONAP~15^2~217 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe6dd566694f5266cbc55f7b9bd9a33ef75d7053;p=aai%2Foom.git [OOM-3] Docker credentials secret missing Change-Id: I30df3cc11315b757a1d3e3da832681682a970825 Signed-off-by: Borislav Glozman --- diff --git a/aai-deployment.yaml b/aai-deployment.yaml index ccf5007..857044d 100644 --- a/aai-deployment.yaml +++ b/aai-deployment.yaml @@ -85,3 +85,5 @@ spec: hostPath: path: /dockerdata-nfs/onapdemo/aai/aai-data/ restartPolicy: Always + imagePullSecrets: + - name: onap-docker-registry-key diff --git a/hbase-deployment.yaml b/hbase-deployment.yaml index 99b4d3f..d086061 100644 --- a/hbase-deployment.yaml +++ b/hbase-deployment.yaml @@ -27,3 +27,5 @@ spec: port: 8020 initialDelaySeconds: 5 periodSeconds: 10 + imagePullSecrets: + - name: onap-docker-registry-key diff --git a/modelloader-deployment.yaml b/modelloader-deployment.yaml index 7eacf7c..e649fc0 100644 --- a/modelloader-deployment.yaml +++ b/modelloader-deployment.yaml @@ -93,3 +93,5 @@ spec: initialDelaySeconds: 5 periodSeconds: 10 restartPolicy: Always + imagePullSecrets: + - name: onap-docker-registry-key