Skip to content

Commit

Permalink
feat(base-cluster): add more info for the installation (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jan 9, 2023
1 parent 0b592b9 commit d408283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/base-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ flux create helmrelease --export base-cluster -n flux-system --source HelmReposi
kubectl get node -o json | jq '.items[0].metadata.annotations["cluster.x-k8s.io/cluster-name"]'

# configure according to your needs, at least `.global.clusterName` is needed
# also, you should configure `.helmRepositories.flux.url=https://fluxcd-community.github.io/helm-charts` so flux can manage itself
# additionally, you should add your git repo to `.flux.gitRepositories`, see [the documentation](https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/base-cluster#81--property-base-cluster-configuration--flux--gitrepositories)
vi cluster.yaml

# create HelmRelease for flux to manage itself
Expand Down

0 comments on commit d408283

Please sign in to comment.