Skip to content

Commit

Permalink
Update helm_lib/templates/_module_init_container.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Polovov <andrey.polovov@flant.com>
Signed-off-by: Denys Romanenko <65756796+RomanenkoDenys@users.noreply.github.com>
  • Loading branch information
RomanenkoDenys and apolovov committed Oct 19, 2022
1 parent a9cb3c0 commit 9875df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_lib/templates/_module_init_container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{- end }}

{{- /* Usage: {{ include "helm_lib_module_init_container_check_linux_kernel" (list . ">= 4.9.17") }} */ -}}
{{- /* returns initContainer which checks kernel version on node for compliance to semver constraint */ -}}
{{- /* returns initContainer which checks the kernel version on the node for compliance to semver constraint */ -}}
{{- define "helm_lib_module_init_container_check_linux_kernel" }}
{{- $context := index . 0 -}}
{{- $semver_constraint := index . 1 -}}
Expand Down

0 comments on commit 9875df4

Please sign in to comment.