Fix location of env vars
This commit is contained in:
@@ -9,5 +9,5 @@ modules:
|
|||||||
- from-file: common/jp-minis.yml
|
- from-file: common/jp-minis.yml
|
||||||
- type: script
|
- type: script
|
||||||
snippets:
|
snippets:
|
||||||
- INSTALL_RKE2_SKIP_RELOAD=true curl -sfL https://get.rke2.io | sh
|
- curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
|
||||||
- from-file: common/post-build.yml
|
- from-file: common/post-build.yml
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ modules:
|
|||||||
- from-file: common/jp-minis.yml
|
- from-file: common/jp-minis.yml
|
||||||
- type: script
|
- type: script
|
||||||
snippets:
|
snippets:
|
||||||
- INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true curl -sfL https://get.rke2.io | sh
|
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
|
||||||
- from-file: common/post-build.yml
|
- from-file: common/post-build.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user