From aafb40f6b8a453fbaec15c7d0bacbd5afc4b6815 Mon Sep 17 00:00:00 2001 From: Niraj Patil Date: Wed, 8 Oct 2025 06:19:54 -0400 Subject: [PATCH 1/5] chore(docs): add note in site-config in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94ced9f..d5b41c6c 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ The following information is parsed from the integration: ### Customize Deployment Overlays The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: +**Note:** For this to work, you need to set `DEPLOY: false` before running the playbook. ```bash <- parent directory From 89064d9436763d1933c2115b9dbc39d8225641d9 Mon Sep 17 00:00:00 2001 From: Niraj Patil Date: Wed, 8 Oct 2025 06:23:16 -0400 Subject: [PATCH 2/5] chore(docs): add note in site-config in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5b41c6c..d175c58d 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ The following information is parsed from the integration: ### Customize Deployment Overlays -The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: -**Note:** For this to work, you need to set `DEPLOY: false` before running the playbook. +The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: +**Note:** For this to work, you need to set `DEPLOY: false` in Ansible vars.yaml before running the playbook. ```bash <- parent directory From 84dc383fa4d9a6829005b533f613288a9b959e8b Mon Sep 17 00:00:00 2001 From: Niraj Patil Date: Wed, 8 Oct 2025 06:26:17 -0400 Subject: [PATCH 3/5] chore(docs): add note in site-config in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d175c58d..5686fc50 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,7 @@ The following information is parsed from the integration: ### Customize Deployment Overlays -The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: -**Note:** For this to work, you need to set `DEPLOY: false` in Ansible vars.yaml before running the playbook. +The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. For this to work, you need to set `DEPLOY: false` in Ansible vars.yaml before running the playbook. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: ```bash <- parent directory From 130ed0c3ef5456112552af838a33555c6e23030b Mon Sep 17 00:00:00 2001 From: Niraj Patil Date: Thu, 9 Oct 2025 02:24:07 -0400 Subject: [PATCH 4/5] chore(docs): add note in site-config in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5686fc50..3fed8579 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,8 @@ The following information is parsed from the integration: ### Customize Deployment Overlays -The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. For this to work, you need to set `DEPLOY: false` in Ansible vars.yaml before running the playbook. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: +The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: +**Note:** Set DEPLOY: false in the Ansible vars.yaml file and run the playbook with --tags "baseline,viya,install" to have Ansible create the folder structure. ```bash <- parent directory From 8fd604b05bf20d34c420a55b0d0397662e1cd550 Mon Sep 17 00:00:00 2001 From: Niraj Patil Date: Thu, 9 Oct 2025 02:28:02 -0400 Subject: [PATCH 5/5] chore(docs): add note in site-config in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fed8579..03393ef5 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,8 @@ The following information is parsed from the integration: ### Customize Deployment Overlays The Ansible playbook in viya4-deployment fully manages the kustomization.yaml file. Users can make changes by adding custom overlays into subfolders under the `/site-config` folder. If this is the first time that you are running the playbook and plan to add customizations, create the following folder structure: -**Note:** Set DEPLOY: false in the Ansible vars.yaml file and run the playbook with --tags "baseline,viya,install" to have Ansible create the folder structure. + +**Note:** Set `DEPLOY: false` in the Ansible vars.yaml file and run playbook with --tags "baseline,viya,install" to have Ansible create the folder structure. ```bash <- parent directory