No description
apps | ||
base/apps | ||
clusters | ||
infra | ||
resources | ||
longhorn-system.json | ||
README.md |
fluxcd
To initialize fluxcd, issue the following command
flux bootstrap gitea \
--token-auth \
--owner=thdm-infra \
--repository=clusters \
--hostname repo.theadam.eu \
--branch=master \
--path=clusters/gyak \
--author-email fluxcd@theadam.eu \
--author-name fluxcd
It initializes the gyak cluster. Replace it if need other cluster.
to create personal access token to access this org, go to your user, settings, applications and create new token with the following rights
- read:misc
- write:organization
- write:repository
Flux uses gitea extension which is 100% compatible with Forgejo.