[Cloud] 13. making kubernetes Helm Template


[Cloud] 13. making kubernetes Helm Template

Let's learn how to write the template file within the chart. There are no strict rules for the template file name, only the extension .yaml is used, and the helper is .tpl. Helpers can define reusable objects throughout the chart. Template directives must be enclosed in {{ and }} , for example, template directive {{ .Release.Name }} assigns a release name to the template.. built-in object Release : Specifies the release itself. Release.Name: Release name Release.Namespace: namespace to be releas...


#HELM #helmchart #helmtemplates #Kubernetes #makingtemplates #value

원문링크 : [Cloud] 13. making kubernetes Helm Template