Skip to content

Commit

Permalink
add namespace to pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Sep 20, 2024
1 parent fd9a3f8 commit 01462bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "app.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: {{ include "app.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand Down

0 comments on commit 01462bf

Please sign in to comment.