diff options
author | 2017-07-24 10:45:28 +0300 | |
---|---|---|
committer | 2017-08-03 13:05:45 +0000 | |
commit | fe6dd566694f5266cbc55f7b9bd9a33ef75d7053 (patch) | |
tree | d4be53ca43f51f5b49b1e3fa142aa7279801133e /hbase-deployment.yaml | |
parent | 6c7005111d37934f26f56735b1d30fac0adc0fc5 (diff) |
[OOM-3] Docker credentials secret missing
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825
Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
Diffstat (limited to 'hbase-deployment.yaml')
-rw-r--r-- | hbase-deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |