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 f25c48f commit bea12e0Copy full SHA for bea12e0
helm/aws-load-balancer-controller/templates/pdb.yaml
@@ -7,6 +7,7 @@ apiVersion: policy/v1beta1
7
kind: PodDisruptionBudget
8
metadata:
9
name: {{ include "aws-load-balancer-controller.fullname" . }}
10
+ namespace: {{ .Release.Namespace }}
11
labels:
12
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
13
spec:
0 commit comments