From cd00e305e118b7ca4a2d735edb6d2f5dd82cfebd Mon Sep 17 00:00:00 2001 From: Shyam Radhakrishnan Date: Mon, 29 Apr 2024 12:44:48 +0530 Subject: [PATCH] Fix docs for instance principal --- docs/src/gs/install-cluster-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/gs/install-cluster-api.md b/docs/src/gs/install-cluster-api.md index 1c914af5..b041bef6 100644 --- a/docs/src/gs/install-cluster-api.md +++ b/docs/src/gs/install-cluster-api.md @@ -45,8 +45,8 @@ parameters explained in above section will not be used. Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services. ``` -allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name] -allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name] +allow dynamic-group [your dynamic group name] to manage instance-family in compartment [your compartment name] +allow dynamic-group [your dynamic group name] to manage virtual-network-family in compartment [your compartment name] allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name] ```