Skip to content

Commit

Permalink
implicit deployment namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhachyan committed Aug 13, 2024
1 parent 561d97c commit 12335e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: etcd-defrag-controller
namespace: kube-system
namespace: {{ .Release.Namespace }}
labels:
app: etcd-defrag-controller
spec:
Expand Down

0 comments on commit 12335e7

Please sign in to comment.