Open 4x0v7 opened 5 years ago
I should add:
$ helm ls
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
catalog 1 Sun Oct 6 01:55:06 2019 DEPLOYED catalog-0.2.1 catalog
osba 1 Sun Oct 6 01:56:20 2019 DEPLOYED open-service-broker-azure-1.8.3 1.8.3 osba
I'm seeing this as well for other resources (storage and mysql). Basically the provisioning step works great, but any updates (even though the changed parameter is allowed per the update schema) result in a failure due to other "unrecognized" parameters. It seems that all the provisioning parameters are getting injected into the update call. I'm still trying to track down the source of this, but am glad to know others are seeing this behavior as well and I'm not crazy :)
Any update on this issue?
I have the following
postgresql-instance.yaml
which I applied, along with aServiceBinding
and OSBA successfully deployed a DB for me.I decided to enable SSL so changed the one line
sslEnforcement: enabled
and didkubectl apply -f postgresql-instance.yaml
After that my Instance is now in a failed state. I see the following from the
catalog-controller-manager
logs:From
svcat