From deb829c8321a6c918dc4e980ea16817a5d43039a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 15 Dec 2023 13:12:11 +0000 Subject: [PATCH] Switch back to individual apps Signed-off-by: Marcus Noble --- manifests/_apps/tailscale-operator.yaml | 28 ++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/manifests/_apps/tailscale-operator.yaml b/manifests/_apps/tailscale-operator.yaml index dbb0266..230ca3b 100644 --- a/manifests/_apps/tailscale-operator.yaml +++ b/manifests/_apps/tailscale-operator.yaml @@ -10,11 +10,33 @@ spec: destination: namespace: tailscale name: scaleway - sources: - - path: manifests/tailscale-operator + source: + path: manifests/tailscale-operator repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" targetRevision: HEAD - - repoURL: 'https://github.com/tailscale/tailscale.git' + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: tailscale-operator-chart + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: tailscale + name: scaleway + source: + repoURL: 'https://github.com/tailscale/tailscale.git' path: "main/cmd/k8s-operator/deploy/chart" targetRevision: HEAD chart: tailscale-operator