Skip to content

Commit ddc2311

Browse files
author
Chris Russell
committed
removed cleanup flag. Added deletion annotation to test yaml
1 parent ce2efec commit ddc2311

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# once https://github.com/helm/community/pull/165 is merged we will need to add the parallelism flag back into the
8686
# below command
8787
name: Helm test
88-
command: helm test stackstorm-ha --cleanup
88+
command: helm test stackstorm-ha
8989
- run:
9090
when: always
9191
name: Show created K8s resources

templates/tests/st2tests-pod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
heritage: {{ .Release.Service }}
1313
annotations:
1414
"helm.sh/hook": test-success
15+
"helm.sh/hook-delete-policy": hook-succeeded
1516
spec:
1617
{{- if .Values.enterprise.enabled }}
1718
imagePullSecrets:

0 commit comments

Comments
 (0)