must specify a user that is numeric and within the range of allowed users
gorsing opened this issue · 0 comments
gorsing commented
i make
oc new-app mariadb:10.3~https://github.com/sclorg/mariadb-container.git --name mariadb103 --context-dir=examples/extend-image --env MYSQL_OPERATIONS_USER=opuser --env MYSQL_OPERATIONS_PASSWORD=oppass --env MYSQL_DATABASE=opdb --env MYSQL_USER=user --env MYSQL_PASSWORD=pass --strategy=source
and get error 'must specify a user that is numeric and within the range of allowed users'
How i make fix this problem.