Fix appset to deploy on dev-tools insted of monitoring

This commit is contained in:
dvirlabs 2025-05-22 21:38:25 +03:00
parent fb5a9fe029
commit a4a11a8f8a

View File

@ -24,7 +24,7 @@ spec:
include: '{{path.basename}}.yaml' include: '{{path.basename}}.yaml'
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: monitoring namespace: dev-tools
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true