[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
|
path: clusters/k8s-avroid-office.prod.local/namespaces
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
exclude: '*'
|
exclude: '{argocd/*,example/*,vault-infra/*}'
|
||||||
include: 'argocd-apps-*.yaml'
|
include: '*/argocd-apps-*.yaml'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ ingress:
|
|||||||
# hosts:
|
# hosts:
|
||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
nodeSelector: node-role.kubernetes.io/worker=
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/worker: ""
|
||||||
|
|
||||||
configMap:
|
configMap:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user