Skip to content

Commit

Permalink
Merge pull request #1609 from pli01/outscale-fix-goss
Browse files Browse the repository at this point in the history
outscale: fix goss error: <.Vars.OS_VERSION>: map has no entry for key "OS_VERSION"
  • Loading branch information
k8s-ci-robot authored Oct 16, 2024
2 parents 336cb62 + 927cff8 commit 83c7e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/capi/packer/outscale/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"vars_inline": {
"ARCH": "amd64",
"OS": "{{user `distribution` | lower}}",
"OS_VERSION": "{{user `distribution_version` | lower}}",
"PROVIDER": "outscale",
"containerd_version": "{{user `containerd_version`}}",
"kubernetes_cni_deb_version": "{{ user `kubernetes_cni_deb_version` }}",
Expand Down

0 comments on commit 83c7e31

Please sign in to comment.