make ImageUpdateAutomation namespace specific
This commit is contained in:
parent
8473245a88
commit
b8e7753f69
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: zookeeper
|
||||
image: registry.xirion.net/library/zookeeper:0.2.0 # {"$imagepolicy": "presidential-paradise:zookeeper"}
|
||||
image: registry.xirion.net/library/zookeeper:0.2.0 # {"$imagepolicy": "presidential-paradise:zookeeper"}
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 8085
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
|
|||
kind: ImageUpdateAutomation
|
||||
metadata:
|
||||
name: flux-system
|
||||
namespace: flux-system
|
||||
namespace: presidential-paradise
|
||||
spec:
|
||||
interval: 1m0s
|
||||
sourceRef:
|
||||
|
@ -20,5 +20,5 @@ spec:
|
|||
push:
|
||||
branch: main
|
||||
update:
|
||||
path: ./cluster/
|
||||
path: ./cluster/apps/presidential-paradise
|
||||
strategy: Setters
|
||||
|
|
Loading…
Add table
Reference in a new issue