Skip to content

Commit 9fc2136

Browse files
authored
chore(getting_started): replace templating instructions with make (#566)
1 parent c904391 commit 9fc2136

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

docs/modules/superset/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
set -euo pipefail
33

44
# DO NOT EDIT THE SCRIPT
5-
# Instead, update the j2 template, and regenerate it for dev:
6-
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
7-
# helm:
8-
# repo_name: stackable-dev
9-
# repo_url: https://repo.stackable.tech/repository/helm-dev/
10-
# versions:
11-
# commons: 0.0.0-dev
12-
# listener: 0.0.0-dev
13-
# secret: 0.0.0-dev
14-
# superset: 0.0.0-dev
15-
# EOF
5+
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
166

177
# TODO (@NickLarsenNZ): Use bitnami/postgres chart, and add version var to the above list
188
# See similar changes in: https://github.com/stackabletech/hive-operator/pull/489/commits/8189f196f018c009370ae9b07a3f9609ee2e8681

docs/modules/superset/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
set -euo pipefail
33

44
# DO NOT EDIT THE SCRIPT
5-
# Instead, update the j2 template, and regenerate it for dev:
6-
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
7-
# helm:
8-
# repo_name: stackable-dev
9-
# repo_url: https://repo.stackable.tech/repository/helm-dev/
10-
# versions:
11-
# commons: 0.0.0-dev
12-
# listener: 0.0.0-dev
13-
# secret: 0.0.0-dev
14-
# superset: 0.0.0-dev
15-
# EOF
5+
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
166

177
# TODO (@NickLarsenNZ): Use bitnami/postgres chart, and add version var to the above list
188
# See similar changes in: https://github.com/stackabletech/hive-operator/pull/489/commits/8189f196f018c009370ae9b07a3f9609ee2e8681

0 commit comments

Comments
 (0)