now perhaps?
This commit is contained in:
@@ -37,4 +37,4 @@ resources:
|
||||
- rss/
|
||||
- syncthing/
|
||||
- whoami/
|
||||
- todos/application.yaml
|
||||
- todos/
|
||||
|
@@ -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
|
||||
|
5
kluster-deployments/todos/kustomization.yaml
Normal file
5
kluster-deployments/todos/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
||||
- repo.yaml
|
12
kluster-deployments/todos/repo.yaml
Normal file
12
kluster-deployments/todos/repo.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
name: kolaente-helm-oci
|
||||
|
||||
stringData:
|
||||
url: kolaente.dev/vikunja
|
||||
name: vikunja
|
||||
type: helm
|
||||
enableOCI: "true"
|
Reference in New Issue
Block a user