Skip to content
Snippets Groups Projects
Commit 838adf74 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Fix vault role in upgrade-cluster.yml

parent 1122740b
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
- hosts: etcd:k8s-cluster:vault - hosts: etcd:k8s-cluster:vault
any_errors_fatal: true any_errors_fatal: true
roles: roles:
- { role: kargo-defaults, when: "cert_management == 'vault'"}} - { role: kargo-defaults, when: "cert_management == 'vault'"}
- { role: vault, tags: vault, when: "cert_management == 'vault'"} - { role: vault, tags: vault, when: "cert_management == 'vault'"}
#Handle upgrades to master components first to maintain backwards compat. #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.
Please register or to comment