From a6fd79511e56f1857cfb23ac2bbdac66ffacecab Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sat, 3 Jan 2026 02:53:52 +0000 Subject: [PATCH] matrix --- base/apps/minecraft.yaml | 15 --------------- base/kustomization.yaml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 base/apps/minecraft.yaml diff --git a/base/apps/minecraft.yaml b/base/apps/minecraft.yaml deleted file mode 100644 index 958fc0c..0000000 --- a/base/apps/minecraft.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: minecraft - -spec: - project: default - sources: - - repoURL: https://itzg.github.io/minecraft-server-charts - chart: minecraft - targetRevision: 5.0.0 - destination: - server: https://kubernetes.default.svc - namespace: test - syncPolicy: {} diff --git a/base/kustomization.yaml b/base/kustomization.yaml index d8e596e..69e6343 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - apps/minecraft.yaml + - apps/matrix.yaml