Skip to content

Commit

Permalink
fix(workflow): do not error when helmrepo is not present in cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 21, 2024
1 parent fe252a7 commit 9152f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down

0 comments on commit 9152f4a

Please sign in to comment.