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
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: