From 9a835c40f1d2897c893abadb02b5b5c48ddc4d68 Mon Sep 17 00:00:00 2001 From: Josh Keife Date: Thu, 21 May 2020 09:58:53 -0600 Subject: [PATCH] Update comment in standby service (#299) --- templates/server-ha-standby-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/server-ha-standby-service.yaml b/templates/server-ha-standby-service.yaml index 302627a..2def5f7 100644 --- a/templates/server-ha-standby-service.yaml +++ b/templates/server-ha-standby-service.yaml @@ -1,7 +1,7 @@ {{ template "vault.mode" . }} {{- if ne .mode "external" }} {{- if and (eq .mode "ha" ) (and (eq (.Values.server.service.enabled | toString) "true" ) (eq (.Values.global.enabled | toString) "true")) }} -# Service for active Vault pod +# Service for standby Vault pod apiVersion: v1 kind: Service metadata: