chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 4s

This commit is contained in:
Daniël Groothuis
2025-10-23 15:24:59 +02:00
parent 4c0c7490f1
commit 622979fde6
3 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
metadata:
name: argocd
resources: resources:
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.14.15 - github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.14.15

View File

@@ -1,6 +1,8 @@
--- ---
#resources: apiVersion: kustomize.config.k8s.io/v1beta1
# - cert.yaml kind: Kustomization
metadata:
name: cnpg
helmCharts: helmCharts:
- name: cloudnative-pg - name: cloudnative-pg

View File

@@ -1,4 +1,9 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: external-secrets
resources: resources:
- platform-cluster-secret-store.yaml - platform-cluster-secret-store.yaml