From f179167e9a6838cda3f10b0b31c5fe48d327ab81 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Wed, 28 Mar 2018 06:26:44 +0000 Subject: [PATCH] [398395] Update Indentation for Resource limits Update indentation for 'test-deckhand-api' Change-Id: I0c2ba99c6743f5e7b7cdf26e74479a4ebfe744a1 --- charts/deckhand/templates/tests/test-deckhand-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/deckhand/templates/tests/test-deckhand-api.yaml b/charts/deckhand/templates/tests/test-deckhand-api.yaml index 850122f7..06409592 100644 --- a/charts/deckhand/templates/tests/test-deckhand-api.yaml +++ b/charts/deckhand/templates/tests/test-deckhand-api.yaml @@ -32,7 +32,7 @@ spec: value: {{ tuple "deckhand" "internal" "api" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" | quote }} image: {{ .Values.images.tags.deckhand }} imagePullPolicy: {{ .Values.images.pull_policy }} -{{ tuple . .Values.pod.resources.test.deckhand | include "helm-toolkit.snippets.kubernetes_resources" | indent 8 }} +{{ tuple . .Values.pod.resources.test.deckhand | include "helm-toolkit.snippets.kubernetes_resources" | indent 6 }} command: ["/bin/bash", "-c", "curl -v -X GET --fail ${DECKHAND_URL}/api/v1.0/health; exit $?"] ... {{- end }}