first commit
This commit is contained in:
commit
b6890fa29d
7 changed files with 74 additions and 0 deletions
14
clusters/production/kustomize.yaml
Normal file
14
clusters/production/kustomize.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: production
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ./infrastructure
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
namespace: flux-system
|
||||
validation: client
|
||||
Loading…
Add table
Add a link
Reference in a new issue