StarlingX Helm Charts that are not part of a major application
98059c5bfc
Fixed conflict when user tries to apply more than two apps that uses this same secret-observer helm. The apps oidc-auth-apps and intel-device-plugins-operator wasn't being applied simultaneously on the same system due clusterrole configuration, only one of them could be applied at a time, the solution was to change ClusterRole and ClusterRoleBinding from secret-observer to be namespace specific Role and Rolebindings, each will have permission to operate on objects in their own namespaces. Test Plan: PASS: Build an ISO successfully. PASS: Deploy a SX. PASS: Apply the oidc-auth-apps that is present in the deployed system, the oidc-auth-apps should be successfully installed and on applied state, also check if oidc-secret-observer is present in the installed helm charts using the "helm list -A" command. PASS: Apply the intel-device-plugins-operator, the app should be successfully installed and on applied state. Both oidc-auth-apps and intel-device-plugins-operator should be in applied state and functional. PASS: Apply first intel-device-plugins-operator and then oidc, check if both apps have been applied Story: 2011085 Task: 50692 Change-Id: I274237a9e20874ff562d785474147944cefc0983 Signed-off-by: Joaci Morais <Joaci.deMorais@windriver.com> |
||
---|---|---|
fm-rest-api/fm-rest-api/helm-charts/fm-rest-api | ||
secret-observer/secret-observer/helm-charts/secret-observer | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
debian_build_layer.cfg | ||
HACKING.rst | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |