Can't connect as user sa, its just sending me Login failed for user 'sa' error:18456,
changed line 25 env name in mssql-plat-depl.yaml file from SA_PASSWORD to MSSQL_SA_PASSWORD, but that didn't help either
Then tried to reapply this deployament and restart it by 2 commands:
1) kubectl apply -f mssql-plat-depl.yaml
2) kubectl rollout restart deployment mssql-depl
Can't connect as user sa, its just sending me Login failed for user 'sa' error:18456, changed line 25 env name in mssql-plat-depl.yaml file from SA_PASSWORD to MSSQL_SA_PASSWORD, but that didn't help either
Then tried to reapply this deployament and restart it by 2 commands: 1) kubectl apply -f mssql-plat-depl.yaml 2) kubectl rollout restart deployment mssql-depl
Who faced similar problem? Any ideas?