diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-07-20 18:02:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 18:02:00 +0000 |
commit | ffa9577fbf3230ea0a23d2723fd761e5d37530ed (patch) | |
tree | 5f373940bf8ee707061cf2ea8e9323cdada48785 | |
parent | 9c30c1f14ebc6124c64bda3b9a2d5c67eba818ec (diff) | |
parent | 5389da8a1a915f5423df99d97b3c6ebee16916ec (diff) |
Merge "[PLATFORM] Added imagePullSecrets to common template files"
-rw-r--r-- | kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/platform/components/oom-cert-service/templates/deployment.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml index 8bcbc1f7d0..c5f289f2d9 100644 --- a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml +++ b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml @@ -33,6 +33,8 @@ spec: labels: control-plane: controller-manager spec: + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" initContainers: {{ include "common.readinessCheck.waitFor" . | indent 6 | trim }} containers: diff --git a/kubernetes/platform/components/oom-cert-service/templates/deployment.yaml b/kubernetes/platform/components/oom-cert-service/templates/deployment.yaml index 9a6abd4eb9..8215ed949e 100644 --- a/kubernetes/platform/components/oom-cert-service/templates/deployment.yaml +++ b/kubernetes/platform/components/oom-cert-service/templates/deployment.yaml @@ -23,6 +23,8 @@ spec: template: metadata: {{- include "common.templateMetadata" . | nindent 6 }} spec: + imagePullSecrets: + - name: "{{ include "common.namespace" . }}-docker-registry-key" volumes: {{- if .Values.global.addTestingComponents }} - name: cmp-servers-template-volume |