Skip to content

Example scripts and config for Tanzu Application Platform

Notifications You must be signed in to change notification settings

guyzsarun/vmware-tap

Repository files navigation

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

About

Example scripts and config for Tanzu Application Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages