Skip to content

Commit

Permalink
Fix helm chart notes
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 6, 2019
1 parent 0163079 commit 1004080
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range $.Values.ingress.paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ . }}
{{- end }}
{{- end }}
http://{{ .Values.ingress.host }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "project-novis.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down

0 comments on commit 1004080

Please sign in to comment.