No description
Find a file
2025-08-17 16:50:00 +02:00
apps +services cluster initial commit 2025-08-16 22:04:02 +02:00
base/apps +valkey operator 2025-07-27 12:59:29 +02:00
clusters fix values 2025-08-17 16:50:00 +02:00
infra fix values 2025-08-17 16:50:00 +02:00
resources fix values 2025-08-17 16:50:00 +02:00
longhorn-system.json fix values 2025-08-17 16:50:00 +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.