From 35ecd47c8a76bb65511b6db4720aba10ce582beb Mon Sep 17 00:00:00 2001 From: Noha Ihab <49988746+NohaIhab@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:44:36 +0300 Subject: [PATCH] fix: set default of kubelet-insecure config to true (#148) closes #146 --- charms/argo-controller/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/argo-controller/config.yaml b/charms/argo-controller/config.yaml index 5c7bcaa..e7efdd3 100644 --- a/charms/argo-controller/config.yaml +++ b/charms/argo-controller/config.yaml @@ -24,7 +24,7 @@ options: Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images. kubelet-insecure: type: boolean - default: false + default: true description: | If true, Argo will skip checking kubelet's TLS certificate. Has no effect with other executors.