Table of Contents generated with DocToc
The environment variable CHARTS_DIR
must be set when developing, it specifies the directory where the charts will be downloaded and expanded (Default /tmp/charts
).
git clone [email protected]:stolostron/multicloud-operators-subscription-release.git
cd multicloud-operators-subscription-release
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build
kubectl apply -f deploy/crds
./build/_output/bin/multicluster-operators-subscription-release
git clone [email protected]:stolostron/multicloud-operators-subscription-release.git
cd multicloud-operators-subscription-release
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build-images