Azure/open-service-broker-azure

Error: error validating "": error validating data: field spec.dataSource for v1.PersistentVolumeClaimSpec is required

Opened this issue · 1 comments

I am getting this error when I try to run the following command:

helm install azure/open-service-broker-azure --name osba --namespace osba
--set azure.subscriptionId=$AZURE_SUBSCRIPTION_ID
--set azure.tenantId=$AZURE_TENANT_ID
--set azure.clientId=$AZURE_CLIENT_ID
--set azure.clientSecret=$AZURE_CLIENT_SECRET

Solved it (I think). Works with different version of helm (v2.14.2). Also, version of kubernetes compatible with Azure should be updated.