charts: move to helm 3 preferred apis

- `helm.sh/hook: test-success` > `helm.sh/hook: test`

Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I5471b2825d24da5584d40902430fdf99ea54e529
This commit is contained in:
Sean Eagan 2021-07-27 13:51:02 -05:00 committed by Sean Eagan
parent f3842f9fe1
commit 2efb96eea0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ kind: Pod
metadata:
name: armada-api-test
annotations:
"helm.sh/hook": "test-success"
"helm.sh/hook": "test"
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
{{ dict "envAll" $envAll "podName" "armada-api-test" "containerNames" (list "armada-api-test") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 4 }}
labels: