Open yz89122 opened 4 months ago
Does it reproduce with ttlSecondsAfterFinished
other than 0?
This looks like a duplicate of issue #6880
Does it reproduce with
ttlSecondsAfterFinished
other than 0?
No it does not. I created this chart to reproduce the error. https://github.com/mavendonovanhubbard/hook-chart I'm using argocd core v2.12.3
. Here is my app manifest
project: default
source:
repoURL: 'https://github.com/mavendonovanhubbard/hook-chart'
path: .
targetRevision: main
helm:
values: 'ttlSecondsAfterFinished: 0'
destination:
server: 'https://kubernetes.default.svc'
namespace: hook-chart
Checklist:
argocd version
.Describe the bug
Resource Hook Job will stuck at status
Running
indefinitely when.spec.ttlSecondsAfterFinished
is set to0
.To Reproduce
helm template oci://docker.io/envoyproxy/gateway-helm --version v1.0.2 -n envoy-gateway-system
. In the generated manifests, there's ahelm.sh/hook: pre-install, pre-upgrade
Job.Expected behavior
Status change to
Succeeded
when the Job (resource hook) completed.Screenshots
Version