Vinesh
Results
1
comments of
Vinesh
We were facing same issue, we changed annotation as follow and its working as expected. apiVersion: batch/v1 kind: Job metadata: name: xxx-db-init annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-weight": "-1" "helm.sh/hook-delete-policy": hook-succeeded