fix(thin-cluster): use correct ks.yaml paths

This commit is contained in:
SeanOMik 2024-09-20 18:19:23 -04:00
parent 471ba03f49
commit dcd65c896b
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 2 additions and 2 deletions

View File

@ -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