diff --git a/json-echo-helm-chart/json-echo/templates/deployment.yaml b/json-echo-helm-chart/json-echo/templates/deployment.yaml index 9a3279a..5944e58 100644 --- a/json-echo-helm-chart/json-echo/templates/deployment.yaml +++ b/json-echo-helm-chart/json-echo/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: imagePullSecrets: - name: {{ .Values.app.secret }} containers: - - name: example-app + - name: json-echo image: {{ .Values.app.image }} imagePullPolicy: Always ports: