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

ConfigMapVolumeSourceDsl defaultMode is type Int and openshift requires that it is an octal #3

Open
seedor87 opened this issue Jun 4, 2021 · 0 comments

Comments

@seedor87
Copy link

seedor87 commented Jun 4, 2021

When trying to define a configMap with a defaultMode the only acceptable value for input must be an Int. Since Kotlin does not support octal literals I would suggest that the type for defaultMode be a String instead.

0777

must be

"0777"

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