diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-08-05 14:28:17 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-08-05 14:29:44 -0500 |
commit | 69549cebe475d7a3385909907b6a1fdeb7cddef4 (patch) | |
tree | 5f739eaa330ae911efae6a18f35557c4b8605e30 /auth/helm/aaf-hello/templates | |
parent | 8a789ae732bf8a718f0a34291f0f772743cf3954 (diff) |
agent.sh for k8
Issue-ID: AAF-917
Change-Id: Ie939808798471b2bfde56515269985d0d44d83be
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/helm/aaf-hello/templates')
-rw-r--r-- | auth/helm/aaf-hello/templates/aaf-hello.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/helm/aaf-hello/templates/aaf-hello.yaml b/auth/helm/aaf-hello/templates/aaf-hello.yaml index 7bf35cde..3ff9a576 100644 --- a/auth/helm/aaf-hello/templates/aaf-hello.yaml +++ b/auth/helm/aaf-hello/templates/aaf-hello.yaml @@ -57,7 +57,7 @@ spec: claimName: aaf-hello-pvc initContainers: - name: aaf-hello-config - image: "{{ .Values.image.repository }}{{ .Values.service.initImage }}" + image: "{{ .Values.image.repository }}{{ .Values.service.agentImage }}" imagePullPolicy: IfNotPresent volumeMounts: - mountPath: "/opt/app/osaaf" |