[398395] Update Indentation for Resource limits

Update indentation for 'test-deckhand-api'

Change-Id: I0c2ba99c6743f5e7b7cdf26e74479a4ebfe744a1
This commit is contained in:
Anthony Lin 2018-03-28 06:26:44 +00:00
parent 91de02be34
commit f179167e9a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}