- Create developer credentials and namespace
# Update values in ./scripts/create-dev-ns.sh
./scripts/create-dev-ns.sh
- Install Profile
tanzu package install tap -p tap.tanzu.vmware.com -v 1.1.0 --values-file profile-full.yaml -n tap-install
or
tanzu package installed update tap -p tap.tanzu.vmware.com -v 1.1.0 --values-file profile-full.yaml -n tap-install
- Create Scanning and Testing Pipeline
kubectl apply -f testing-scanning.yaml -n $DEV_NAMESPACE
- Create Github Credentials for Private Repository
kubectl apply -f github-credentials.yaml -n $DEV_NAMESPACE
Example Python FastAPI Accelerator available at this repo