Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2391 from Dutchy-/pdb-namespace
Browse files Browse the repository at this point in the history
Set a namespace on the helm PodDisruptionBudget template
  • Loading branch information
k8s-ci-robot authored Dec 5, 2021
2 parents 1eb38a0 + bea12e0 commit c3c20c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/aws-load-balancer-controller/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: {{ include "aws-load-balancer-controller.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit c3c20c4

Please sign in to comment.