From 31c6704d846fe30ba3cb4efc140beeb76e933e1b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 19 Mar 2022 18:17:50 +0000 Subject: [PATCH] Readded calendso --- manifests/_apps/calendso.yaml | 48 ++++++++++++++++---------------- manifests/calendso/calendso.yaml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/manifests/_apps/calendso.yaml b/manifests/_apps/calendso.yaml index 79debbb..35e146f 100644 --- a/manifests/_apps/calendso.yaml +++ b/manifests/_apps/calendso.yaml @@ -1,24 +1,24 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: calendso -# namespace: argocd -# finalizers: -# - resources-finalizer.argocd.argoproj.io -# spec: -# project: cluster.fun -# destination: -# namespace: calendso -# name: cluster-fun (scaleway) -# source: -# path: manifests/calendso -# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" -# targetRevision: HEAD -# syncPolicy: -# automated: {} -# syncOptions: -# - CreateNamespace=true -# ignoreDifferences: -# - kind: Secret -# jsonPointers: -# - /data +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: calendso + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: calendso + name: cluster-fun (scaleway) + source: + path: manifests/calendso + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data diff --git a/manifests/calendso/calendso.yaml b/manifests/calendso/calendso.yaml index c74446f..bc8779f 100644 --- a/manifests/calendso/calendso.yaml +++ b/manifests/calendso/calendso.yaml @@ -47,7 +47,7 @@ spec: - -c - | apt update && apt install -y netcat - /app/scripts/start.sh + /calcom/scripts/start.sh env: - name: NEXT_PUBLIC_LICENSE_CONSENT value: agree