Set true values to jupyter-application.yaml
This commit is contained in:
parent
c14e2adb27
commit
dc619ab9bd
1 changed files with 18 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue