mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Migrate site content: overview and installation
This commit is contained in:
4
site/layouts/shortcodes/example-major-version.html
Normal file
4
site/layouts/shortcodes/example-major-version.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- $latestVersion := site.Params.kustomize_example_version -}}
|
||||
{{- $latestSemverParts := (split $latestVersion ".") -}}
|
||||
{{- $latestSemver := (index $latestSemverParts 0) -}}
|
||||
{{- $latestSemver -}}
|
||||
Reference in New Issue
Block a user