From 22de5719dd795e86ebd1c254c931b01e40827745 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Thu, 16 Jul 2026 10:16:17 +0000 Subject: [PATCH 1/3] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@23454aeb350768655bb917a460e9d534d5d3acb9 Reference-to: stackabletech/operator-templating@23454ae (Part of https://github.com/stackabletech/issues/issues/847) --- scripts/docs_templating.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/docs_templating.sh b/scripts/docs_templating.sh index 8468a971..a74253b6 100755 --- a/scripts/docs_templating.sh +++ b/scripts/docs_templating.sh @@ -39,6 +39,8 @@ do done # Ensure this script is executable -chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh +chmod +x "docs/modules/secret-operator/examples/getting_started/getting_started.sh" \ + || chmod +x "docs/modules/secret-operator/examples/getting_started/code/getting_started.sh" \ + || true echo "done" From 5d35f25feac53b30ae4ccf266bd459c6cd9fb5ba Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 16 Jul 2026 12:38:50 +0200 Subject: [PATCH 2/3] fix: Use correct path in docs templating script --- scripts/docs_templating.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs_templating.sh b/scripts/docs_templating.sh index a74253b6..f008ae78 100755 --- a/scripts/docs_templating.sh +++ b/scripts/docs_templating.sh @@ -39,8 +39,8 @@ do done # Ensure this script is executable -chmod +x "docs/modules/secret-operator/examples/getting_started/getting_started.sh" \ - || chmod +x "docs/modules/secret-operator/examples/getting_started/code/getting_started.sh" \ +chmod +x "docs/modules/secret/examples/getting_started/getting_started.sh" \ + || chmod +x "docs/modules/secret/examples/getting_started/code/getting_started.sh" \ || true echo "done" From 73c5de4a4fdf7dbcbf1d0878efabcb9bb053b147 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:52:30 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --- scripts/docs_templating.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs_templating.sh b/scripts/docs_templating.sh index f008ae78..a74253b6 100755 --- a/scripts/docs_templating.sh +++ b/scripts/docs_templating.sh @@ -39,8 +39,8 @@ do done # Ensure this script is executable -chmod +x "docs/modules/secret/examples/getting_started/getting_started.sh" \ - || chmod +x "docs/modules/secret/examples/getting_started/code/getting_started.sh" \ +chmod +x "docs/modules/secret-operator/examples/getting_started/getting_started.sh" \ + || chmod +x "docs/modules/secret-operator/examples/getting_started/code/getting_started.sh" \ || true echo "done"