From 5f6be98b00971e84b175e3f14a1925ddbf7a3188 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 14 Apr 2025 13:34:48 +0200 Subject: [PATCH] repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-backend/src/branch/main/k8 --- .../ref-implementation/jumpingGame.yaml | 25 ------------------- .../stacks/ref-implementation/silly-game.yaml | 4 +-- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 template/stacks/ref-implementation/jumpingGame.yaml diff --git a/template/stacks/ref-implementation/jumpingGame.yaml b/template/stacks/ref-implementation/jumpingGame.yaml deleted file mode 100644 index 37c1a8a..0000000 --- a/template/stacks/ref-implementation/jumpingGame.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: jumpingGame - namespace: jumpingGame - labels: - env: dev - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder - targetRevision: HEAD - path: "stacks/ref-implementation/jumpingGame" - destination: - server: "https://kubernetes.default.svc" - namespace: jumpingGame - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - selfHeal: true - retry: - limit: -1 diff --git a/template/stacks/ref-implementation/silly-game.yaml b/template/stacks/ref-implementation/silly-game.yaml index c3fbf51..b50f2ac 100644 --- a/template/stacks/ref-implementation/silly-game.yaml +++ b/template/stacks/ref-implementation/silly-game.yaml @@ -10,9 +10,9 @@ metadata: spec: project: default source: - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-backend + repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-backend/src/branch/main/k8 targetRevision: HEAD - path: "src/branch/main/k8" + path: "." destination: server: "https://kubernetes.default.svc" namespace: silly-game