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
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: cnpg
|
name: addon-cnpg
|
||||||
resources:
|
namespace: flux-system
|
||||||
- cnpg
|
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
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: lpp
|
name: addon-lpp
|
||||||
resources:
|
namespace: flux-system
|
||||||
- lpp
|
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