We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matchLabels:
deploy-sourcegraph-helm/charts/sourcegraph/templates/frontend/sourcegraph-frontend.PodDisruptionBudget.yaml
Lines 1 to 11 in f35310c
This is missing matchLabels and should look like
{{- if .Values.frontend.podDisruptionBudget }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: sourcegraph-frontend spec: {{- toYaml .Values.frontend.podDisruptionBudget | nindent 2 }} selector: matchLabels: ## <<< {{- include "sourcegraph.selectorLabels" . | nindent 6 }} app: sourcegraph-frontend {{- end }}
The text was updated successfully, but these errors were encountered:
sourcegraph: add "matchLabels" to frontend PDB selector - fixes sourc…
73c87da
…egraph#355
270bf73
…egraph#355 Signed-off-by: Andreas Kurz <andreas.kurz@runtastic.com>
5d7ef9f
Successfully merging a pull request may close this issue.
deploy-sourcegraph-helm/charts/sourcegraph/templates/frontend/sourcegraph-frontend.PodDisruptionBudget.yaml
Lines 1 to 11 in f35310c
This is missing matchLabels and should look like
The text was updated successfully, but these errors were encountered: