Skip to content
Snippets Groups Projects
Commit 45a9eac7 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

Merge pull request #1097 from kubernetes-incubator/mattymo-patch-1

Fix vault role in upgrade-cluster.yml
parents 1122740b 838adf74
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
- hosts: etcd:k8s-cluster:vault
any_errors_fatal: true
roles:
- { role: kargo-defaults, when: "cert_management == 'vault'"}}
- { role: kargo-defaults, when: "cert_management == 'vault'"}
- { role: vault, tags: vault, when: "cert_management == 'vault'"}
#Handle upgrades to master components first to maintain backwards compat.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment