Skip to content

Commit

Permalink
Toggle off test-tiller-proxy if useHelm3 is true (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe authored and absoludity committed Dec 16, 2019
1 parent acb0a73 commit 6a6f413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/kubeapps/templates/tests/test-tiller-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not .Values.useHelm3 -}}
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -20,3 +21,4 @@ spec:
- -c
- "curl -o /tmp/output -ik -H \"Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\" $TILLER_PROXY_HOST:$TILLER_PROXY_PORT/v1/releases && cat /tmp/output && cat /tmp/output | grep $KUBEAPPS_RELEASE"
restartPolicy: Never
{{- end }}{{/* matches useHelm3 */}}

0 comments on commit 6a6f413

Please sign in to comment.