Skip to content

Commit

Permalink
Add namespace meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree committed Dec 28, 2024
1 parent be2703d commit ed7ed17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/nginx-ingress/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
namespace: {{ .Values.namespace }}
labels:
{{- include "nginx-ingress.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
Expand Down
1 change: 1 addition & 0 deletions charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: default
ingress:
enabled: true
className: ""
Expand Down

0 comments on commit ed7ed17

Please sign in to comment.