Deploy system-upgrade-controller
This commit is contained in:
parent
db34f82396
commit
abe0856e53
15
applications/system-upgrade-controller/deployment.yaml
Normal file
15
applications/system-upgrade-controller/deployment.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: system-upgrade-controller
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m0s
|
||||
path: ./
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: system-upgrade-controller
|
||||
targetNamespace: system-upgrade
|
||||
|
||||
Loading…
Reference in New Issue
Block a user