now perhaps?

This commit is contained in:
2024-03-26 11:16:33 +01:00
parent 588bf774f9
commit f4b99ca037
6 changed files with 87 additions and 29 deletions

View File

@@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: todos-application
namespace: argocd
spec:
project: apps
@@ -16,16 +15,17 @@ spec:
sources:
- repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: apps/todos
# path: apps/todos
ref: values
- repoURL: oci://kolaente.dev/vikunja
- repoURL: kolaente.dev/vikunja
path: vikunja
chart: vikunja
# corresponds to oci://kolaente.dev/vikunja/vikunja
targetRevision: 0.4.3
helm:
valuesFiles:
- $values/values.yaml
releaseName: todos
valueFiles:
- $values/apps/todos/values.yaml
# creates the namespace etc.
- repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main