File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
docs/modules/opa/examples/getting_started Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# 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
- # opa: 0.0.0-dev
12
- # EOF
5
+ # Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
13
6
14
7
# This script contains all the code snippets from the guide, as well as some assert tests
15
8
# to test if the instructions in the guide work. The user *could* use it, but it is intended
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# 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
- # opa: 0.0.0-dev
12
- # EOF
5
+ # Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
13
6
14
7
# This script contains all the code snippets from the guide, as well as some assert tests
15
8
# to test if the instructions in the guide work. The user *could* use it, but it is intended
You can’t perform that action at this time.
0 commit comments