Skip to content

Commit

Permalink
Add fluxcd install by default (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor authored Dec 9, 2024
1 parent 876b395 commit 9c5afa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/provision/playbooks/roles/install/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ nephio:
- config-management-monitoring
- config-management-system
- resource-group-system
- flux-system
kpt:
packages:
- repo_uri: "{{ nephio_catalog_repo_uri }}"
Expand All @@ -87,6 +88,11 @@ nephio:
version: main
async: 480
poll: 0
- repo_uri: "{{ nephio_catalog_repo_uri }}"
pkg: nephio/optional/fluxcd
version: main
async: 240
poll: 5

nephio_webui:
k8s:
Expand Down

0 comments on commit 9c5afa9

Please sign in to comment.