Would like to install packages from a private repo using kubectl crossplane package install e.g. with a --imagePullSecret <name> option that references a standard image pull secret created with a separate command.
what could we do to help?
Support the following flow:
kubectl create secret docker-registry package-pull-secret --docker-username=<username> --docker-password=<password> --namespace=<ns>
Problem
Would like to install packages from a private repo using
kubectl crossplane package install
e.g. with a--imagePullSecret <name>
option that references a standard image pull secret created with a separate command.what could we do to help?
Support the following flow:
kubectl create secret docker-registry package-pull-secret --docker-username=<username> --docker-password=<password> --namespace=<ns>
kubectl crossplane package install --namespace <ns> <package> <name> <registry> --imagePullSecret=<name>