mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
add comments
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user