[DO-1431] fix config argocd-app and karma (!9)

[DO-1431]

Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/9
This commit is contained in:
Denis Patrakeev
2025-02-10 16:53:14 +03:00
parent 8ceba8a217
commit 6b15903f19
2 changed files with 4 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ applications:
path: clusters/k8s-avroid-office.prod.local/namespaces
directory:
recurse: true
exclude: '*'
include: 'argocd-apps-*.yaml'
exclude: '{argocd/*,example/*,vault-infra/*}'
include: '*/argocd-apps-*.yaml'
destination:
server: https://kubernetes.default.svc
namespace: argocd

View File

@@ -20,7 +20,8 @@ ingress:
# hosts:
# - chart-example.local
nodeSelector: node-role.kubernetes.io/worker=
nodeSelector:
node-role.kubernetes.io/worker: ""
configMap:
enabled: true