-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Correcting namespace for csi-secret-store-provider-aws module #1281
Conversation
modules/kubernetes-addons/csi-secrets-store-provider-aws/main.tf
Outdated
Show resolved
Hide resolved
Error: namespaces "kube-system" already exists |
Creating the namespace should be optional now |
…ws-ia#1281) Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com> Resolves aws-ia#1172
Nope, still tries to create namespace if namespace is kube-system. |
…dule Address the issue: aws-ia#1281 (comment) introduced in the aws-ia#1281
Created the pr: #1525 to fix the namespace creation issue if the namespace: |
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
Trying to just leverage the csi secret store module to mount secrets to my main microservices
Resolves #1172