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: