Fix chart notes template (#317)

Values were moved from env to top level.
This commit is contained in:
Brian Goff
2018-08-15 10:26:00 -07:00
committed by Robbie Zhang
parent 5115c1e5cd
commit 14339338b8

View File

@@ -4,7 +4,7 @@ To verify that virtual kubelet has started, run:
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "vk.name" . }}"
{{- if (not .Values.env.apiserverCert) and (not .Values.env.apiserverKey) }}
{{- if (not .Values.apiserverCert) and (not .Values.apiserverKey) }}
Note:
TLS key pair not provided for VK HTTP listener. A key pair was generated for you. This generated key pair is not suitable for production use.