From dc619ab9bdfbc10846fd9dcc4ec45e2249f500eb Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Tue, 28 Jan 2025 14:42:42 +0100 Subject: [PATCH] Set true values to jupyter-application.yaml --- jupyter/jupyter-application.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/jupyter/jupyter-application.yaml b/jupyter/jupyter-application.yaml index e69de29..076a12a 100644 --- a/jupyter/jupyter-application.yaml +++ b/jupyter/jupyter-application.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: jupyter + namespace: argocd +spec: + project: default + source: + repoURL: https://platform.sunet.se/streams/streams-manifests.git + targetRevision: streams-manifests-2025-01-28-v03 + path: jupyter/overlays/test + destination: + server: https://kubernetes.default.svc + namespace: jupyter + syncPolicy: + automated: + prune: true + selfHeal: true