SAP-samples / teched2021-ISP261

ISP261 - Extend SAP Commerce Cloud Through Cloud Native Functions and Services
Apache License 2.0
5 stars 7 forks source link

Error trying to deploy Ex 4.4 secret.yaml #1

Open iccaprar opened 2 years ago

iccaprar commented 2 years ago

When I try to deploy workload secret.yaml, I get the following error from Kyma: "Error Could not deploy resources: (1/1 failed). Error: GraphQL error: internal error"

There is nothing in the logs of the namespace.

Kyma version: 1.24.7

What could be the issue?

iccaprar commented 2 years ago

The problem seems to be only in the example secret.yaml file. If I copy the password to the configmap.yaml and use it from there in the deployment, it works fine.

denidaja commented 2 years ago

Hi Cristian, thanks for bringing this to our attention. Indeed it does seem that Kyma throws an error when trying to deploy a K8s Secret resource. While we propagate this issue to the internal Kyma team, please feel free to continue with the workaround you mentioned - placing the password in the ConfigMap.