fix: Convert kustomization-lpp and kustomization-cnpg to Flux Kustomization CRs
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cnpg
|
||||
resources:
|
||||
- cnpg
|
||||
name: addon-cnpg
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: platform
|
||||
path: ./infrastructure/addons/cnpg
|
||||
wait: true
|
||||
timeout: 10m
|
||||
suspend: false
|
||||
@@ -1,6 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: lpp
|
||||
resources:
|
||||
- lpp
|
||||
name: addon-lpp
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: platform
|
||||
path: ./infrastructure/addons/lpp
|
||||
wait: true
|
||||
timeout: 10m
|
||||
suspend: false
|
||||
Reference in New Issue
Block a user