From a2d4506c6b762815386563cd581dc19bb1514551 Mon Sep 17 00:00:00 2001 From: Thom Breugelmans Date: Tue, 7 Jan 2025 19:49:20 +0100 Subject: [PATCH] Disable non-relative applications Both advent of code and annugame have no relevance currently. Advent of code has passed and annugame is also not yet relevant. To note, annugame should've already been disabled by Joshua. --- apps/_clusters/release/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/_clusters/release/kustomization.yaml b/apps/_clusters/release/kustomization.yaml index 7e23765..c5f5f01 100644 --- a/apps/_clusters/release/kustomization.yaml +++ b/apps/_clusters/release/kustomization.yaml @@ -1,9 +1,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../annugame - - ../../aocbot - - ../../aoch + # - ../../annugame + # - ../../aocbot + # - ../../aoch - ../../archive # - ../../areafiftylan # - ../../areafiftylan-legacy