production: set correct folder paths

This commit is contained in:
xeruf 2022-06-29 22:55:50 +01:00
parent 0d85ecdb6a
commit 32c5ab85d3
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ spec:
kind: HelmRepository kind: HelmRepository
name: gitea name: gitea
namespace: flux-system namespace: flux-system
interval: 10m interval: 5m
valuesFrom: valuesFrom:
- kind: ConfigMap - kind: ConfigMap
name: stackspin-gitea-values name: stackspin-gitea-values

View File

@ -13,7 +13,7 @@ spec:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home name: k8s-at-home
namespace: flux-system namespace: flux-system
interval: 10m interval: 5m
valuesFrom: valuesFrom:
- kind: ConfigMap - kind: ConfigMap
name: stackspin-vikunja-values name: stackspin-vikunja-values

View File

@ -12,7 +12,7 @@ spec:
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: stackspout name: stackspout
path: ./basic/apps/gitea path: ./basic/apps/dev
prune: true prune: true
# TODO what does this mean? # TODO what does this mean?
#validation: client #validation: client

View File

@ -12,7 +12,7 @@ spec:
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: stackspout name: stackspout
path: ./basic/apps/vikunja path: ./basic/apps/do
prune: true prune: true
# TODO what does this mean? # TODO what does this mean?
#validation: client #validation: client