add comments

This commit is contained in:
Stavros kois
2023-01-25 19:03:56 +02:00
parent d1aa6d4094
commit de2547092b
@@ -1,3 +1,6 @@
{{/* Call this template like this:
{{- include "ix.v1.common.container.termination.messagePath" (dict "msgPath" $msgPath "root" $root) -}}
*/}}
{{/* Returns the terminationMessagePath for the container */}}
{{- define "ix.v1.common.container.termination.messagePath" -}}
{{- $msgPath := .msgPath -}}
@@ -7,6 +10,9 @@
{{- end -}}
{{- end -}}
{{/* Call this template like this:
{{- include "ix.v1.common.container.termination.messagePolicy" (dict "msgPolicy" $msgPolicy "root" $root) -}}
*/}}
{{/* Returns the terminationMessagePolicy for the container */}}
{{- define "ix.v1.common.container.termination.messagePolicy" -}}
{{- $msgPolicy := .msgPolicy -}}