add woodpecker pipeline to reconcile flux
Some checks failed
ci/woodpecker/push/flux-reconcile-source Pipeline failed

This commit is contained in:
2026-04-04 02:06:08 +02:00
parent f2d60e0b15
commit 1191b30383
5 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
token_ttl: 20m
token_max_ttl: 20m
policies:
- flux-reconcile

View File

@@ -3,4 +3,4 @@ generated_role_rules:
rules:
- apiGroups: ["kustomize.toolkit.fluxcd.io"]
resources: ["gitrepositories"]
verbs: ["update", "watch"]
verbs: ["get", "update", "watch"]

View File

@@ -0,0 +1,3 @@
path "kubernetes/creds/flux-reconcile" {
capabilities = ["update"]
}