Add back kustomization.yaml files

This commit is contained in:
Dreaded_X 2025-02-15 22:20:32 +01:00
parent 936f4bdb5f
commit 11cdc405f7
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
8 changed files with 28 additions and 5 deletions

View File

@ -6,7 +6,6 @@ metadata:
spec: spec:
interval: 15m interval: 15m
path: ./infra/cert-manager path: ./infra/cert-manager
targetNamespace: cert-manager
prune: true prune: true
timeout: 2m timeout: 2m
sourceRef: sourceRef:

View File

@ -6,7 +6,6 @@ metadata:
spec: spec:
interval: 15m interval: 15m
path: ./infra/kube-vip path: ./infra/kube-vip
targetNamespace: kube-system
prune: true prune: true
timeout: 2m timeout: 2m
sourceRef: sourceRef:

View File

@ -6,7 +6,6 @@ metadata:
spec: spec:
interval: 15m interval: 15m
path: ./infra/velero path: ./infra/velero
targetNamespace: velero
prune: true prune: true
timeout: 2m timeout: 2m
sourceRef: sourceRef:

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml

View File

@ -1,10 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: kube-system
resources: resources:
- ./service-account.yaml - ./service-account.yaml
- ./cluster-role.yaml - ./cluster-role.yaml
- ./cluster-role-binding.yaml - ./cluster-role-binding.yaml
- ./daemon-set-enp2s0.yaml - ./daemon-set-enp2s0.yaml
- ./daemon-set-enp3s0.yaml - ./daemon-set-enp3s0.yaml
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml - https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
- ./config-map-kubevip.yaml - ./config-map-kubevip.yaml

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./secret-cloudflare-token.yaml
- ./cluster-issuer.yaml
- ./certificate-staging-huizinga-dev.yaml
- ./certificate-huizinga-dev.yaml

View File

@ -12,8 +12,8 @@ sops:
azure_kv: [] azure_kv: []
hc_vault: [] hc_vault: []
age: [] age: []
lastmodified: "2025-02-15T21:31:46Z" lastmodified: "2025-02-15T21:32:18Z"
mac: ENC[AES256_GCM,data:AVwoH3f8DtVgu4AC0/0GIqiQWFhTWTVsSpO3qRoYdgqjo9XMvpv+Tw4oIzCmMnerO5SZO4ts06pdHeH/9zLtPKHiYHOZXQprTuyFlSKWL8hXAr6QHb8FVNUFb2HnhW7tq+x8MAMERxxM8SYtbuY9f4sv4DC+aGGg5l+wmEplo5Q=,iv:lwAVKTwIyiVRF7xGoOyGekm1VkqFSQEJjlybymq+EGQ=,tag:XMAWcUVu8ColqlmJCkPJFw==,type:str] mac: ENC[AES256_GCM,data:hYqyrhnrwpvEcJGMIfjSpbIvQ3NHukCDhRB2Zf7vifKYqQyd0hSmh6aeDPdARwdoiybQIuW6pa3SXOY4V1LgOYx6U36HOsDBe5ENQyXV0z5RID+H/nfZmcqj2pfRE8zpfAUhpcilCT8TMJpJSlaAh5kFl/6Z1feekVJLkxPYg30=,iv:FpZ8rDrvNACc+mgR6JNXmTNFXJt6es896n4xkLKzN/s=,tag:JW/OZHNBD+MEiRnhih1/fg==,type:str]
pgp: pgp:
- created_at: "2024-09-26T22:20:01Z" - created_at: "2024-09-26T22:20:01Z"
enc: |- enc: |-

View File

@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: velero
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./secret-s3-credentials.yaml
- ./secret-velero-repo-credentials.yaml
- ./helm-release.yaml