Skip to content

Commit

Permalink
helm: pass insecure connection setting to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Jul 18, 2023
1 parent 3e7af55 commit 59ae93f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unfurl/configurators/helm-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ node_types:
template: >-
helm {{inputs.helmcmd}} {{inputs.release_name}} {{inputs.chart }} -o json
{% if SELF.namespace %}--namespace {{ SELF.namespace }}{% endif %}
{% if connections.K8sCluster.insecure | default(false) %}
--kube-insecure-skip-tls-verify
{% endif %}
{% if inputs.chart_values | default('', true) %}
--values {{ valuesfile }}
{% endif %}
Expand Down

0 comments on commit 59ae93f

Please sign in to comment.