Skip to content

Commit

Permalink
chore(chart): add missing namespace attribute consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Sep 30, 2024
1 parent 6253986 commit 86b1104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kind: Secret
type: kubernetes.io/tls
metadata:
name: {{ include "dash0-operator.chartName" . }}-certificates
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: dash0-operator
app.kubernetes.io/component: certificates
Expand Down Expand Up @@ -215,6 +216,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "dash0-operator.chartName" . }}-webhook-service
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: dash0-operator
app.kubernetes.io/component: webhook-service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ webhook service should match snapshot (default settings):
app.kubernetes.io/version: 0.0.0
helm.sh/chart: dash0-operator-0.0.0
name: dash0-operator-webhook-service
namespace: NAMESPACE
spec:
ports:
- port: 443
Expand Down

0 comments on commit 86b1104

Please sign in to comment.