Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 100 forks source link

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

Open vanjush opened 5 years ago

vanjush commented 5 years ago

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

vanjush commented 5 years ago

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