Deleted unneeded defs and created more kustomizations

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 14:27:44 +02:00
parent 1e42c99a3a
commit 4e273c959e
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
6 changed files with 18 additions and 45 deletions

View File

@ -1,15 +0,0 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: cert-manager
namespace: platform
spec:
interval: 30m0s
retryInterval: 30s
path: ./clank/platform/cert-manager
prune: true
sourceRef:
kind: GitRepository
name: cert-manager
targetNamespace: default

View File

@ -1,15 +0,0 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: sealed-secrets
namespace: platform
spec:
interval: 30m0s
retryInterval: 30s
path: ./clank/platform/sealed-secrets
prune: true
sourceRef:
kind: GitRepository
name: sealed-secrets
namespace: flux-system

View File

@ -1,15 +0,0 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: traefik
namespace: platform
spec:
interval: 30m0s
retryInterval: 30s
path: ./clank/platform/traefik
prune: true
sourceRef:
kind: GitRepository
name: traefik
namespace: flux-system

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cert-manager.yaml
- certificate.yaml
- cloudflare-secret.sealed.yaml
- cluster-issuer.yaml

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- controller.yaml

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-chart-config.traefik.yaml
- kustomization.yaml