Hi experts,
I'm following the learning journey "Delivering Side-by-Side Extensibility based on SAP BTP, Kyma runtime". On step "Setting Up a Service Instance and a Service Binding on the SAP BTP, Kyma Runtime" I should create a service instance for the credential store within the "Service Manager" of the Kyma dashboard. Unfortunately, there is no option "Service Manager" in my Kyma dashboard.
Moreover, if I try to create the service instance via below YAML file I get an error.
YAML file to create service instance:
apiVersion: services.cloud.sap.com/v1 kind: ServiceInstance metadata: name: credential-store namespace: service-management spec: serviceOfferingName: credstore servicePlanName: trial
Error on applying YAML file:
error: resource mapping not found for name: "credential-store" namespace: "service-management" from "credstore-instance.yaml": no matches for kind "ServiceInstance" in version "services.cloud.sap.com/v1" ensure CRDs are installed first
Any ideas why I can't add BTP services to my Kyma runtime?
I'm using a BTP trial account.
regards
René