From 0eda7b4ad20bb04d95aead19e92aae5bb0400c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Wed, 5 Nov 2025 21:56:30 +0100 Subject: [PATCH] chore(backstage): Added SA for backstage to ArgoCD --- clusters/artemis/apps/argocd/catalog.yaml | 2 +- clusters/artemis/apps/gitea/catalog.yaml | 2 +- clusters/artemis/apps/immich/catalog.yaml | 2 +- clusters/artemis/apps/nextcloud/catalog.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/artemis/apps/argocd/catalog.yaml b/clusters/artemis/apps/argocd/catalog.yaml index 58bf8c9..8a374ca 100644 --- a/clusters/artemis/apps/argocd/catalog.yaml +++ b/clusters/artemis/apps/argocd/catalog.yaml @@ -12,7 +12,7 @@ metadata: argocd/app-name: argocd argocd/app-namespace: argocd spec: - type: website + type: service lifecycle: production owner: owners system: artemis-cluster diff --git a/clusters/artemis/apps/gitea/catalog.yaml b/clusters/artemis/apps/gitea/catalog.yaml index 123ad50..8d41243 100644 --- a/clusters/artemis/apps/gitea/catalog.yaml +++ b/clusters/artemis/apps/gitea/catalog.yaml @@ -12,7 +12,7 @@ metadata: argocd/app-name: gitea argocd/app-namespace: gitea spec: - type: website + type: service lifecycle: production owner: owners system: artemis-cluster diff --git a/clusters/artemis/apps/immich/catalog.yaml b/clusters/artemis/apps/immich/catalog.yaml index 25b31e9..a380cc5 100644 --- a/clusters/artemis/apps/immich/catalog.yaml +++ b/clusters/artemis/apps/immich/catalog.yaml @@ -12,7 +12,7 @@ metadata: argocd/app-name: immich argocd/app-namespace: immich spec: - type: website + type: service lifecycle: production owner: owners system: artemis-cluster diff --git a/clusters/artemis/apps/nextcloud/catalog.yaml b/clusters/artemis/apps/nextcloud/catalog.yaml index a74f788..4773275 100644 --- a/clusters/artemis/apps/nextcloud/catalog.yaml +++ b/clusters/artemis/apps/nextcloud/catalog.yaml @@ -13,7 +13,7 @@ metadata: argocd/app-namespace: nextcloud backstage.io/techdocs-ref: value spec: - type: website + type: service lifecycle: production owner: owners system: artemis-cluster