flux: align image automation namespaces

This commit is contained in:
Brad Stein 2026-01-21 10:33:06 -03:00
parent 810e4c0efb
commit 6ac3b41b30
4 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: bstein-dev-home
namespace: flux-system
namespace: bstein-dev-home
spec:
interval: 1m0s
sourceRef:

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: pegasus
namespace: flux-system
namespace: jellyfin
spec:
interval: 1m0s
sourceRef:

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: maintenance
namespace: flux-system
namespace: maintenance
spec:
interval: 1m0s
sourceRef:

View File

@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml
- image.yaml
- vault-serviceaccount.yaml
- secretproviderclass.yaml
- service.yaml