diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-10-17 19:07:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-17 19:07:11 +0000 |
commit | bce51a3e54fd7514c4cbef6ff2b8135b76d4e961 (patch) | |
tree | f5949a493231b1356b1346b2231a08b88e91a4d2 /kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml | |
parent | 637839030508c3bcd8e6cfbd3cb75b3a580b2c32 (diff) | |
parent | 378109d989a227e0ed80792db32027ee612e995f (diff) |
Merge "Recommended AAF/OOM Changes"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml index d52e877154..3abdcb3c7f 100644 --- a/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml +++ b/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml @@ -89,4 +89,4 @@ spec: emptyDir: {} {{- end }} imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key"
\ No newline at end of file + - name: "{{ include "common.namespace" . }}-docker-registry-key" |