Got rid of NS in resources PG

This commit is contained in:
Ultradesu
2025-04-13 19:27:44 +01:00
parent cc4bc59cda
commit 15cedd1f42
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ metadata:
spec: spec:
project: core project: core
destination: destination:
namespace: postgresql namespace: psql
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
source: source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git

View File

@ -14,7 +14,6 @@ helmCharts:
repo: https://helm.runix.net repo: https://helm.runix.net
version: 1.37.0 version: 1.37.0
releaseName: pgmanager releaseName: pgmanager
namespace: psql
valuesFile: values.yaml valuesFile: values.yaml
includeCRDs: true includeCRDs: true