Tutorials: https://developers.sap.com/tutorials/secure-multitenant-app-xsuaa-kyma.html
--------------------------
Hello,
I have went through the steps of the tutorials
What is the expected final look of the file k8s-deployment-backend.yaml ?
I think I am missing something, I only have the bellow
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: broker-rolebinding
subjects:
- kind: ServiceAccount
name: default
namespace: backend
roleRef:
kind: ClusterRole
name: kyma-namespace-admin
apiGroup: rbac.authorization.k8s.io
I think this might be why I get this errors
Thanks
Joana