Apply apps
This commit is contained in:
parent
7c122ed941
commit
caa730ffa8
1 changed files with 13 additions and 0 deletions
13
basic/clusters/production/apps-kustomization.yaml
Normal file
13
basic/clusters/production/apps-kustomization.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: custom-apps
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 24h
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: custom-flux-example
|
||||
path: ./basic/apps
|
||||
prune: true
|
||||
validation: client
|
Loading…
Add table
Reference in a new issue