From fbda28f48a0ee0e5a178375f4ee03efbaed6d1c8 Mon Sep 17 00:00:00 2001 From: douzeb Date: Thu, 22 Dec 2022 18:48:38 +0100 Subject: [PATCH] Add the external-svc app and deploy it to proxy tdc-aren that is running outide of the k8s cluster --- deploy/applicationset.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deploy/applicationset.yaml b/deploy/applicationset.yaml index 6761a13..9bd46db 100644 --- a/deploy/applicationset.yaml +++ b/deploy/applicationset.yaml @@ -15,14 +15,16 @@ spec: generators: - list: elements: + - app: c12s + overlay: prod +# - app: argocd +# overlay: prod - app: k8s-poc-demo overlay: prod - app: k8s-poc-demo overlay: test -# - app: argocd -# overlay: prod - - app: c12s - overlay: prod + - app: external-svc + overlay: tdc-aren template: metadata: name: '{{app}}-{{overlay}}'