We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163c0fa commit 549ccb2Copy full SHA for 549ccb2
charts/gitops-runtime/templates/_components/cap-app-proxy/_pdb.yaml
@@ -17,5 +17,5 @@ spec:
17
{{- fail (printf "ERROR: pdb.minAvailable or pdb.maxUnavailable is required!" ) }}
18
{{- end }}
19
selector:
20
- {{- include "cap-app-proxy.selectorLabels" . | nindent 4 }}
+ matchLabels: {{- include "cap-app-proxy.selectorLabels" . | nindent 6 }}
21
charts/gitops-runtime/templates/_components/internal-router/_pdb.yaml
- {{- include "internal-router.selectorLabels" . | nindent 4 }}
+ matchLabels: {{- include "internal-router.selectorLabels" . | nindent 6 }}
0 commit comments