Removed old infrastructure kustomizations
This commit is contained in:
parent
d7ba1d85f0
commit
d021f81b7b
|
@ -5,9 +5,9 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
dependsOn:
|
||||
- name: infra-configs
|
||||
- name: traefik
|
||||
- name: topolvm
|
||||
- name: cnpg
|
||||
- name: dragonflydb
|
||||
- name: rook-ceph-cluster
|
||||
- name: akri
|
||||
decryption:
|
||||
|
|
|
@ -16,6 +16,8 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
dependsOn:
|
||||
- name: traefik
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
||||
|
|
|
@ -7,9 +7,9 @@ spec:
|
|||
interval: 15m
|
||||
path: ./infra/authelia
|
||||
dependsOn:
|
||||
- name: traefik
|
||||
- name: cnpg
|
||||
- name: infra-controllers
|
||||
- name: apps
|
||||
- name: dragonflydb
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: infra-controllers
|
||||
namespace: flux-system
|
||||
spec:
|
||||
dependsOn:
|
||||
- name: cert-manager
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
||||
interval: 1h
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
- kind: ConfigMap
|
||||
name: domain-vars
|
||||
path: ./infrastructure/controllers
|
||||
prune: true
|
||||
wait: true
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: infra-configs
|
||||
namespace: flux-system
|
||||
spec:
|
||||
dependsOn:
|
||||
- name: infra-controllers
|
||||
- name: cert-manager
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
||||
interval: 1h
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
path: ./infrastructure/configs
|
||||
prune: true
|
||||
wait: true
|
||||
# Uncomment this in case of disaster recovery
|
||||
# suspend: true
|
|
@ -1,3 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
|
@ -1,3 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
flux reconcile source git flux-system
|
||||
flux reconcile kustomization flux-system
|
||||
flux reconcile kustomization infra-controllers
|
||||
flux reconcile kustomization infra-configs
|
||||
flux reconcile kustomization apps
|
Loading…
Reference in New Issue
Block a user