Move image policies to apps

This commit is contained in:
2025-01-02 17:43:29 +01:00
parent 7368bf3ba9
commit 53bb4cb41b
8 changed files with 45 additions and 39 deletions

View File

@@ -104,5 +104,9 @@ Provisioning, configuration and manifests for my Kubernetes dev cluster on Hetzn
export GITHUB_TOKEN=your_github_token
export GITHUB_USERNAME=your_github_username
export GITHUB_REPO=your_github_repo
flux bootstrap github --owner=$GITHUB_USERNAME --repository=$GITHUB_REPO --path=clusters/prod --personal
flux bootstrap github \
--owner=$GITHUB_USERNAME \
--repository=$GITHUB_REPO \
--components-extra=image-reflector-controller,image-automation-controller \
--path=clusters/prod --personal
```