Browse Source

Merge pull request #3316 from mattymo/tiller_override_fix

Fix tiller override command
pull/3320/head
k8s-ci-robot 6 years ago
committed by GitHub
parent
commit
d16b562b18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes-apps/helm/tasks/main.yml

1
roles/kubernetes-apps/helm/tasks/main.yml

@ -68,6 +68,7 @@
{% if tiller_max_history is defined %} --history-max={{ tiller_max_history }}{% endif %}
{% if tiller_enable_tls %} --tiller-tls --tiller-tls-verify --tiller-tls-cert={{ tiller_tls_cert }} --tiller-tls-key={{ tiller_tls_key }} --tls-ca-cert={{ tiller_tls_ca_cert }} {% endif %}
{% if tiller_secure_release_info %} --override 'spec.template.spec.containers[0].command'='{/tiller,--storage=secret}' {% endif %}
--debug --dry-run
| kubectl apply -f -
changed_when: false
when:

Loading…
Cancel
Save