postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

POSTGRES_CLOUD_PROVIDER shouldn't be case sensitive

Open arnarg opened this issue 5 years ago • 0 comments

In #48 there was someone that gave POSTGRES_CLOUD_PROVIDER the value AZURE while it should be Azure. This shouldn't matter and we should run the provided value through ToLower() before we make the comparison.

arnarg avatar Mar 20 '20 11:03 arnarg