Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Adds a generic CoreDNS chart #785

Merged
merged 3 commits into from
Apr 3, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review comments for CoreDNS chart
  • Loading branch information
shashidharatd committed Apr 3, 2017
commit 1d7abb1a9501befe3073389a286eac032f76b8a2
4 changes: 2 additions & 2 deletions stable/coredns/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ It can be accessed using the below endpoint
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo $SERVICE_IP
{{- else if contains "ClusterIP" .Values.serviceType }}
echo "{{ template "fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local"
echo "from within the cluster"
"{{ template "fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local"
from within the cluster
{{- end }}
{{- end }}

Expand Down