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
Right now the limits to be used are built inside of the createLimitRange function. This function is invoked every time a new namespace is created.
The values should be read once inside of the main function, put into a dedicated struct and then provided as a parameter to the createLimitRange function.
Kinda similar, the version variable declared on line 20 of the function should be transformed into a constant declared as a global.
The text was updated successfully, but these errors were encountered:
Right now the limits to be used are built inside of the
createLimitRange
function. This function is invoked every time a new namespace is created.The values should be read once inside of the
main
function, put into a dedicatedstruct
and then provided as a parameter to thecreateLimitRange
function.Kinda similar, the
version
variable declared on line 20 of the function should be transformed into a constant declared as a global.The text was updated successfully, but these errors were encountered: