Fix affinity labels in values (#74)
This commit is contained in:
parent
f957c52acc
commit
789a806485
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ server:
|
|||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchLabels:
|
||||
app: {{ template "vault.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
app.kubernetes.io/name: {{ template "vault.name" . }}
|
||||
app.kubernetes.io/instance: "{{ .Release.Name }}"
|
||||
component: server
|
||||
topologyKey: kubernetes.io/hostname
|
||||
|
||||
|
|
Loading…
Reference in a new issue