Skip to content

Commit

Permalink
fix(docs-k8s-helm): changed server's podAntiAffinity labelSelector ex…
Browse files Browse the repository at this point in the history
…ample to match helm default values (hashicorp#13140)
  • Loading branch information
pree authored and heppu committed Jan 13, 2022
1 parent 2533aa0 commit 22a688b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/platform/k8s/helm/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ and consider if they're appropriate for your deployment.
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
```
Expand Down

0 comments on commit 22a688b

Please sign in to comment.