fix(injector): label component value in anti-affinity rule (#441)
This commit is contained in:
parent
7b5e08c4a8
commit
53f31be205
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ injector:
|
|||
matchLabels:
|
||||
app.kubernetes.io/name: {{ template "vault.name" . }}
|
||||
app.kubernetes.io/instance: "{{ .Release.Name }}"
|
||||
component: injector
|
||||
component: webhook
|
||||
topologyKey: kubernetes.io/hostname
|
||||
|
||||
# Toleration Settings for injector pods
|
||||
|
|
Loading…
Reference in a new issue