summaryrefslogtreecommitdiffstats
path: root/helm/tests/data/policy_deploy.json
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-01-23 11:50:01 +0000
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2023-01-25 14:32:51 +0000
commit0700486a08b2bc08589f7e6b0be8338d6bbb4efa (patch)
tree01672a1fb035e629f1723b6b7de6f8a28218bfdb /helm/tests/data/policy_deploy.json
parent0132d7a9ea3ad03ed0350a7d89694420a4d8221c (diff)
Add robot framework helm chart for CSIT
Steps to run policy csit in kubernetes is updated in the README.md Issue-ID: POLICY-4532 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I116658dfafd4e70bd256173f046da72af6803eaa
Diffstat (limited to 'helm/tests/data/policy_deploy.json')
-rw-r--r--helm/tests/data/policy_deploy.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/helm/tests/data/policy_deploy.json b/helm/tests/data/policy_deploy.json
new file mode 100644
index 00000000..e13f06ad
--- /dev/null
+++ b/helm/tests/data/policy_deploy.json
@@ -0,0 +1,17 @@
+{
+ "groups": [
+ {
+ "name": "defaultGroup",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "apex",
+ "action": "POST",
+ "policies": [{
+ "name": "{policyName}",
+ "version": "1.0.0"
+ }]
+ }
+ ]
+ }
+ ]
+}