Skip to content

Commit

Permalink
feat: switch to nixpkg in github workflows flux cli change
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 17, 2023
1 parent 605e464 commit 8583983
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 8583983

Please sign in to comment.