mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Vault fix antiaffinity (#12139)
* fix antiaffinity label to label used with deployment Signed-off-by: Aleksandr Vorona <av@arilot.com> * Chart Version bumped Signed-off-by: Aleksandr Vorona <av@arilot.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5037ac6871
commit
0b7c12ed03
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Vault, a tool for managing secrets
|
||||
name: vault
|
||||
version: 0.15.0
|
||||
version: 0.15.1
|
||||
appVersion: 1.0.1
|
||||
home: https://www.vaultproject.io/
|
||||
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
|
||||
|
||||
@@ -79,7 +79,7 @@ affinity: |
|
||||
topologyKey: kubernetes.io/hostname
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: {{ template "vault.fullname" . }}
|
||||
app: {{ template "vault.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
|
||||
## Deployment annotations
|
||||
|
||||
Reference in New Issue
Block a user