diff --git a/website/content/docs/platform/k8s/helm/configuration.mdx b/website/content/docs/platform/k8s/helm/configuration.mdx index 3e66267309..fa6bab7cfa 100644 --- a/website/content/docs/platform/k8s/helm/configuration.mdx +++ b/website/content/docs/platform/k8s/helm/configuration.mdx @@ -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 ```