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