Skip to content
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

Issue when mounting file from ConfigMap in k8s #11

Open
TeaJunk opened this issue Jun 21, 2022 · 0 comments
Open

Issue when mounting file from ConfigMap in k8s #11

TeaJunk opened this issue Jun 21, 2022 · 0 comments

Comments

@TeaJunk
Copy link

TeaJunk commented Jun 21, 2022

with open(builder.cloudwatchConfigPath, 'r+') as cloudwatchFile:

File opens in r+ mode where just 'r' should be enough, breaking the ability to mount it through ConfigMap in k8s (latests versions mount ConfigMap files as read-only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant