We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2efec commit ddc2311Copy full SHA for ddc2311
.circleci/config.yml
@@ -85,7 +85,7 @@ jobs:
85
# once https://github.com/helm/community/pull/165 is merged we will need to add the parallelism flag back into the
86
# below command
87
name: Helm test
88
- command: helm test stackstorm-ha --cleanup
+ command: helm test stackstorm-ha
89
- run:
90
when: always
91
name: Show created K8s resources
templates/tests/st2tests-pod.yaml
@@ -12,6 +12,7 @@ metadata:
12
heritage: {{ .Release.Service }}
13
annotations:
14
"helm.sh/hook": test-success
15
+ "helm.sh/hook-delete-policy": hook-succeeded
16
spec:
17
{{- if .Values.enterprise.enabled }}
18
imagePullSecrets:
0 commit comments