Yes, it is internal repository. I ran this command to create de deployment: docker run --rm \
-v $(pwd):mount-for-working-directory-inside-container \
sas-orchestration \
create sas-deployment-cr \
--deployment-data new-certificates-information \
--license new-license-information \
--user-content location-of-deployment-files \
--cadence-name stable-or-lts \
--cadence-version new-cadence-version-number \
--cadence-release new-cadence-release-number-or-double-quotation-marks \
> $deploy-sasdeployment.yaml from mysas portal I've downloaded the assets with the certificates and license information.
... View more