Skip to content

Commit

Permalink
Fix namespace sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pipo02mix committed Dec 19, 2024
1 parent 56c01a3 commit 4eaab12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/envoy-gateway/templates/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
apiVersion: v1
kind: Namespace
metadata:
name: '{{ .Release.Namespace }}'
{{ end }}
name: '{{ .Values.namespace }}'
{{ end }}

0 comments on commit 4eaab12

Please sign in to comment.