Added more reconcile webhooks
All checks were successful
kustomization/akri/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/rook-ceph-cluster/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/apps/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 dependency not ready

This commit is contained in:
Dreaded_X 2025-04-23 20:19:11 +02:00
parent 5c3a245dc5
commit 6cbd2fca75
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
3 changed files with 45 additions and 3 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: siranga name: siranga
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1m0s interval: 15m0s
url: oci://git.huizinga.dev/dreaded_x/siranga/manifests url: oci://git.huizinga.dev/dreaded_x/siranga/manifests
ref: ref:
tag: latest tag: latest
@ -36,6 +36,20 @@ spec:
secretRef: secretRef:
name: sops-gpg name: sops-gpg
--- ---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: siranga
namespace: flux-system
spec:
type: generic
secretRef:
name: receiver
resources:
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
name: siranga
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3 apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider kind: Provider
metadata: metadata:

View File

@ -4,7 +4,7 @@ metadata:
name: authelia-controller name: authelia-controller
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1m0s interval: 15m0s
url: oci://git.huizinga.dev/dreaded_x/authelia-controller/manifests url: oci://git.huizinga.dev/dreaded_x/authelia-controller/manifests
ref: ref:
tag: edge tag: edge
@ -23,6 +23,20 @@ spec:
name: authelia-controller name: authelia-controller
wait: true wait: true
--- ---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: authelia-controller
namespace: flux-system
spec:
type: generic
secretRef:
name: receiver
resources:
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
name: authelia-controller
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3 apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider kind: Provider
metadata: metadata:

View File

@ -4,7 +4,7 @@ metadata:
name: lldap-controller name: lldap-controller
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1m0s interval: 15m0s
url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests
ref: ref:
tag: edge tag: edge
@ -23,6 +23,20 @@ spec:
name: lldap-controller name: lldap-controller
wait: true wait: true
--- ---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: lldap-controller
namespace: flux-system
spec:
type: generic
secretRef:
name: receiver
resources:
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
name: lldap-controller
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3 apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider kind: Provider
metadata: metadata: