Skip to content

Commit

Permalink
fix: set default of kubelet-insecure config to true (#148)
Browse files Browse the repository at this point in the history
closes #146
  • Loading branch information
NohaIhab authored Oct 25, 2023
1 parent 57c4bd1 commit 35ecd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/argo-controller/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 35ecd47

Please sign in to comment.