From 07aafa821f39e2ccf5a803e236aca6b09c54b441 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 15 Nov 2022 19:24:21 +0200 Subject: [PATCH] add empty files --- library/common/1.0.0/templates/lib/container/_probes.tpl | 2 +- .../common/1.0.0/templates/lib/container/_volumeMounts.tpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 library/common/1.0.0/templates/lib/container/_volumeMounts.tpl 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 -}}