The operator allows another way to specify the index.yaml for the spec.repositories section as specified in kabanero-io/kabanero-operator/issues/469
We need to support both options
Feature design or visual mockup
I would suggest checking for the occurrence of the https and if it doesn't exist check the existence of the githubRelease key and craft the correct URL to point appsody at. Looks like this would just be an update to instance.js in the createRepositorySection function.
Feature description
The operator allows another way to specify the index.yaml for the
spec.repositories
section as specified in kabanero-io/kabanero-operator/issues/469We need to support both options
Feature design or visual mockup
I would suggest checking for the occurrence of the
https
and if it doesn't exist check the existence of thegithubRelease
key and craft the correct URL to point appsody at. Looks like this would just be an update to instance.js in thecreateRepositorySection
function.