diff --git a/.github/workflows/flux-hr-sync.yaml b/.github/workflows/flux-hr-sync.yaml index 67887c0d98d32..26989fad59c9d 100644 --- a/.github/workflows/flux-hr-sync.yaml +++ b/.github/workflows/flux-hr-sync.yaml @@ -83,7 +83,7 @@ jobs: flux \ --context ${cluster_name} \ --namespace ${repo_namespace} \ - reconcile source helm ${repo_name} + reconcile source helm ${repo_name} || true done - if: ${{ github.event.inputs.clusterName != '' && github.event.inputs.helmRepoNamespace != '' && github.event.inputs.helmRepoName != '' }}