You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
In the file helm/appidentityandaccessadapter/templates/ibmcloudappid.yaml in the line 9description is set to nil causing the problem when generating the templates.
Apply each file independently, when reaching resource with the name The resource with the name resource_06` will fail with the following prompt
$ kubectl apply -f adapter_06
error: error validating "adapter_06": error validating data: unknown object type "nil" in adapter.spec.description; if you choose to ignore these errors, turn validation off with --validate=false
While turning validation off would help, as the message says, the issue can be solved as well changing the description from nil to empty string (""), i.e.:
Replace the description in the template helm/appidentityandaccessadapter/templates/ibmcloudappid.yaml from nil to "" to have a clean helm installation.
Symptom:
when executing
It fails the installation with the following prompt error:
How to reproduce it:
Pre-requisites:
Steps from this guide:
Expected Result:
Installation finishes with success message
The text was updated successfully, but these errors were encountered: