Skip to content

Commit

Permalink
Insert namespaceOverride in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: zeritti <[email protected]>
  • Loading branch information
zeritti committed Dec 25, 2024
1 parent 75db878 commit 4694bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/prometheus-nginx-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ image:
nameOverride: ""
fullnameOverride: ""

# Overide deployment namespace
namespaceOverride: ""

# Add your nginx server details here
nginxServer: "http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:8080/stub_status"
# nginxServer: "http://frontend.default.svc.cluster.local:8080/stub_status"
Expand Down

0 comments on commit 4694bd0

Please sign in to comment.