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
It seems, that the configuration of the kubernetes_namespace_v1 resource is not configured as the other addon-modules.
We've tested it locally and found a solution, which would be also a proposal for a Pull-Request:
First:
Because of duplicated cluster-roles, we'd to set the variables like so:
After these steps, it works.
Would you also agree to this proposal?
Or were we misleaded through probably outdated documentation, and maybe it's just necessary to update the documentation?
Thanks in advance for your feedback
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Hello together,
we wanted to enable the secret_store_csi_driver_provider_aws and we're following the documentation here: https://aws-ia.github.io/terraform-aws-eks-blueprints/v4.18.1/add-ons/csi-secrets-store-provider-aws/#usage
We've got this issue:
It seems, that the configuration of the kubernetes_namespace_v1 resource is not configured as the other addon-modules.
We've tested it locally and found a solution, which would be also a proposal for a Pull-Request:
First:
Because of duplicated cluster-roles, we'd to set the variables like so:
Second:
in the main.tf of the csi-secrets-store-provider-aws module, we've added this part in line 7:
and of course, the new usage needs to be adapted, like this:
After these steps, it works.
Would you also agree to this proposal?
Or were we misleaded through probably outdated documentation, and maybe it's just necessary to update the documentation?
Thanks in advance for your feedback
The text was updated successfully, but these errors were encountered: