[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:
@@ -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
|
||||
|
||||
@@ -20,7 +20,8 @@ ingress:
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
nodeSelector: node-role.kubernetes.io/worker=
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: ""
|
||||
|
||||
configMap:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user