Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Nov 12, 2022
1 parent b20230b commit 568ad42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible_kind/scripts/multiclusterkind/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kpt fn render "$webui_path"
kpt live init "$webui_path" --force --kubeconfig ~/.kube/nephio.config
kpt live apply "$webui_path" --reconcile-timeout=15m --kubeconfig ~/.kube/nephio.config

_get_pkg $participant "https://github.com/nephio-project/one-summit-22-workshop.git/packages/participant"
_get_pkg "$participant" "https://github.com/nephio-project/one-summit-22-workshop.git/packages/participant"
kpt fn render "$participant_path"
kpt live init "$participant_path" --force --kubeconfig ~/.kube/nephio.config
kpt live apply "$participant_path" --reconcile-timeout=15m --kubeconfig ~/.kube/nephio.config
2 changes: 1 addition & 1 deletion demo-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories separately.
available via `gcloud compute instances list`.


## TODO (automation):
## TODO (automation)
* `./scripts/repos.sh create $PARTICIPANT` to create the GitHub repos
* Install [ConfigSync](https://github.com/nephio-project/nephio-poc#installing-config-sync-in-workload-clusters) on the three workload clusters
* Package and instructions probably need updating
Expand Down

0 comments on commit 568ad42

Please sign in to comment.