fix(thin-cluster): use correct ks.yaml paths
This commit is contained in:
parent
471ba03f49
commit
dcd65c896b
|
@ -8,7 +8,7 @@ spec:
|
|||
targetNamespace: database
|
||||
timeout: 5m
|
||||
interval: 10m
|
||||
path: ./kubernetes/common/apps/database/postgresql
|
||||
path: ./kubernetes/thin/apps/database/postgresql
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
@ -38,7 +38,7 @@ spec:
|
|||
targetNamespace: database
|
||||
timeout: 5m
|
||||
interval: 10m
|
||||
path: ./kubernetes/common/apps/database/redis
|
||||
path: ./kubernetes/thin/apps/database/redis
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
Loading…
Reference in New Issue