No description
Find a file
2025-09-27 20:15:36 +02:00
apps move authentik cluster-specific info to cluster from global config 2025-09-27 20:15:36 +02:00
base/apps move authentik cluster-specific info to cluster from global config 2025-09-27 20:15:36 +02:00
clusters fix values 2025-08-17 16:50:00 +02:00
infra +multipool for multisite 2025-09-13 16:04:28 +02:00
resources fixes 2025-09-21 16:26:28 +02:00
README.md initial commit 2025-07-06 16:00:24 +02:00

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.