Move flux to different dir for testing

main
trivernis 1 year ago
parent d181c61cf2
commit 72733b61b4
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -11,17 +11,6 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: kube-system namespace: kube-system
metadata:
name: flux-webhook
resources:
- flux/webhook-service.yaml
- flux/webhook-route.yaml
- flux/webhook-sealedsecret.yaml
- flux/webhook-receiver.yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
metadata: metadata:
name: traefik name: traefik
resources: resources:

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
metadata:
name: flux-webhook
resources:
- flux/webhook-service.yaml
- flux/webhook-route.yaml
- flux/webhook-sealedsecret.yaml
- flux/webhook-receiver.yaml

@ -12,3 +12,18 @@ spec:
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-flux
namespace: flux-system
spec:
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/flux
prune: true
wait: true
timeout: 5m0s

Loading…
Cancel
Save