Skip to content

Commit

Permalink
imageautomation continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
gotti committed Oct 15, 2022
1 parent babb171 commit 6707951
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions manifests/flux-system/flux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: plarail2022-flux
namespace: plarail2021
spec:
interval: 1m
path: ./manifests/flux-system
prune: true
sourceRef:
kind: GitRepository
name: plarail2022
validation: client
13 changes: 13 additions & 0 deletions manifests/flux-system/imageautomation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: plarail2022-image
namespace: plarail2021
spec:
interval: 1m
path: ./manifests/imageautomation
prune: true
sourceRef:
kind: GitRepository
name: plarail2022
validation: client
2 changes: 1 addition & 1 deletion manifests/flux-system/plarail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
namespace: plarail2021
spec:
interval: 1m
path: ./manifests/manifests
path: ./manifests
prune: true
sourceRef:
kind: GitRepository
Expand Down

0 comments on commit 6707951

Please sign in to comment.