production: set correct folder paths
This commit is contained in:
parent
0d85ecdb6a
commit
32c5ab85d3
|
@ -13,7 +13,7 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: gitea
|
||||
namespace: flux-system
|
||||
interval: 10m
|
||||
interval: 5m
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: stackspin-gitea-values
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: k8s-at-home
|
||||
namespace: flux-system
|
||||
interval: 10m
|
||||
interval: 5m
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: stackspin-vikunja-values
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
path: ./basic/apps/gitea
|
||||
path: ./basic/apps/dev
|
||||
prune: true
|
||||
# TODO what does this mean?
|
||||
#validation: client
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
path: ./basic/apps/vikunja
|
||||
path: ./basic/apps/do
|
||||
prune: true
|
||||
# TODO what does this mean?
|
||||
#validation: client
|
||||
|
|
Loading…
Reference in New Issue