Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-ghcr.io-onedr0p-prowlarr-devel…
Browse files Browse the repository at this point in the history
…op-1.x
  • Loading branch information
onedr0p authored Dec 17, 2023
2 parents 3594a17 + 8583983 commit d7f5f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
for r in "${repos[@]}"; do
IFS=':' read -r cluster_name repo_namespace repo_name <<< "${r}"
flux \
--context "${cluster_name}" \
--namespace "${repo_namespace}" \
reconcile source helm "${repo_name}"
--context ${cluster_name} \
--namespace ${repo_namespace} \
reconcile source helm ${repo_name}
done
- if: ${{ github.event.inputs.clusterName != '' && github.event.inputs.helmRepoNamespace != '' && github.event.inputs.helmRepoName != '' }}
Expand Down

0 comments on commit d7f5f7e

Please sign in to comment.