diff --git a/library/common/1.0.0/templates/lib/container/_probes.tpl b/library/common/1.0.0/templates/lib/container/_probes.tpl index d404454e47..d10ec49ab9 100644 --- a/library/common/1.0.0/templates/lib/container/_probes.tpl +++ b/library/common/1.0.0/templates/lib/container/_probes.tpl @@ -1,4 +1,4 @@ -{{/* Probes selection logic included by the containe. */}} +{{/* Probes selection logic included by the container. */}} {{- define "ix.v1.common.container.probes" -}} {{- end -}} diff --git a/library/common/1.0.0/templates/lib/container/_volumeMounts.tpl b/library/common/1.0.0/templates/lib/container/_volumeMounts.tpl new file mode 100644 index 0000000000..4f3e4099c5 --- /dev/null +++ b/library/common/1.0.0/templates/lib/container/_volumeMounts.tpl @@ -0,0 +1,4 @@ +{{/* Volume Mounts included by the container. */}} +{{- define "ix.v1.common.container.volumeMounts" -}} + +{{- end -}}