/vmware-tap

Example scripts and config for Tanzu Application Platform

Primary LanguageShell

vmware-tap

Installation scripts for installing Tanzu Application Platform locally

  1. Create developer credentials and namespace
# Update values in ./scripts/create-dev-ns.sh
./scripts/create-dev-ns.sh
  1. 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
  1. Create Scanning and Testing Pipeline
kubectl apply -f testing-scanning.yaml -n $DEV_NAMESPACE
  1. Create Github Credentials for Private Repository
kubectl apply -f github-credentials.yaml -n $DEV_NAMESPACE

Example Python FastAPI Accelerator available at this repo