From d4308a345b553b67f3c521411fa83524a6b3e7f9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 14:43:22 +0200 Subject: [PATCH] Set correct path for apps --- clank/clusters/prod/wishlist/app.yaml | 3 ++- clank/platform/kustomization.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clank/clusters/prod/wishlist/app.yaml b/clank/clusters/prod/wishlist/app.yaml index 3f9e653..04d795f 100644 --- a/clank/clusters/prod/wishlist/app.yaml +++ b/clank/clusters/prod/wishlist/app.yaml @@ -11,5 +11,6 @@ spec: prune: true sourceRef: kind: GitRepository - name: apps + name: flux-system + namespace: flux-system targetNamespace: default diff --git a/clank/platform/kustomization.yaml b/clank/platform/kustomization.yaml index b0771bd..d604bdc 100644 --- a/clank/platform/kustomization.yaml +++ b/clank/platform/kustomization.yaml @@ -3,3 +3,6 @@ kind: Kustomization resources: - sources - reflector + - traefik + - cert-manager + - sealed-secrets