diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-16 20:40:41 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-17 12:30:06 -0500 |
commit | e66cb59daf66a28f0dc0aa3999ba4b56fe1765a2 (patch) | |
tree | 5eb548647e2fa17441e84183b1f51472a4e352cc /charts/aaf-cs/templates | |
parent | 7dc8906d761e2059c93b005e2eb52e48d6cb0434 (diff) |
Recommended AAF/OOM Changes
This incorporats Mike E's changes as well as recommended
changes from Abandoned 70511 (merges from multiple
machines got too hard.)
Made Olaf recommended changes. Changed to non-SNAPSHOT in
anticipation of LF releasing this morning
Put Versions back to "2.1.5-SNAPSHOT" Brian F reminded
me that GWu's scripts handle version changes for
Envs.
Issue-ID: AAF-557
Change-Id: I3e81a9c65df356d1d27b0d453e09c9ed3a81f803
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'charts/aaf-cs/templates')
-rw-r--r-- | charts/aaf-cs/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-cs/templates/deployment.yaml b/charts/aaf-cs/templates/deployment.yaml index d52e877..3abdcb3 100644 --- a/charts/aaf-cs/templates/deployment.yaml +++ b/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" |