Skip to content

Commit

Permalink
chore(getting_started): replace templating instructions with make (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Nov 20, 2024
1 parent 4f76f25 commit 97b7160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
set -euo pipefail

# DO NOT EDIT THE SCRIPT
# Instead, update the j2 template, and regenerate it for dev:
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
# helm:
# repo_name: stackable-dev
# repo_url: https://repo.stackable.tech/repository/helm-dev/
# versions:
# commons: 0.0.0-dev
# secret: 0.0.0-dev
# listener: 0.0.0-dev
# airflow: 0.0.0-dev
# postgresql: 12.1.5
# redis: 17.3.7
# EOF
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.

# This script contains all the code snippets from the guide, as well as some assert tests
# to test if the instructions in the guide work. The user *could* use it, but it is intended
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
set -euo pipefail

# DO NOT EDIT THE SCRIPT
# Instead, update the j2 template, and regenerate it for dev:
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
# helm:
# repo_name: stackable-dev
# repo_url: https://repo.stackable.tech/repository/helm-dev/
# versions:
# commons: 0.0.0-dev
# secret: 0.0.0-dev
# listener: 0.0.0-dev
# airflow: 0.0.0-dev
# postgresql: 12.1.5
# redis: 17.3.7
# EOF
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.

# This script contains all the code snippets from the guide, as well as some assert tests
# to test if the instructions in the guide work. The user *could* use it, but it is intended
Expand Down

0 comments on commit 97b7160

Please sign in to comment.