You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
It was noticed that IAM Pattern 1 Helm chart defines the following property to enable/disable the evaluatory MySQL deployment.
wso2:
deployment:
dependencies:
# The configuration should be set to be 'true' if a MySQL database should be spawned as a pod within the cluster
mysql: true
This is incorrect when compared with the expected condition path wso2.mysql.enabled.
Suggested Solution:
The requirements.yaml needs to be fixed by setting the correct condition path to wso2.deployment.dependencies.mysql.
Suggested Workaround for Current Users:
You may use the property wso2.mysql.enabled in the Helm chart installation (helm install) or (helm upgrade) release upgrade to enable/disable this property.
Description:
It was noticed that IAM Pattern 1 Helm chart defines the following property to enable/disable the evaluatory MySQL deployment.
This is incorrect when compared with the expected
condition
pathwso2.mysql.enabled
.Suggested Solution:
The
requirements.yaml
needs to be fixed by setting the correctcondition
path towso2.deployment.dependencies.mysql
.Suggested Workaround for Current Users:
You may use the property
wso2.mysql.enabled
in the Helm chart installation (helm install
) or (helm upgrade
) release upgrade to enable/disable this property.For example,
Affected Product Version:
Helm Resources for WSO2 IAM version
5.10.0.2
and belowThe text was updated successfully, but these errors were encountered: