You can provide a series of options to the Tanzu Developer Portal package to configure it and do some basic runtime customization.
From the Tanzu CLI, discover the Tanzu Developer Portal package version that is available to configure by running:
tanzu package available get tap-gui.tanzu.vmware.com -n INSTALL-NAMESPACE
Where INSTALL-NAMESPACE
is the namespace in which you configured the Tanzu Application Platform
installation. In most cases the namespace is tap-install
.
For example:
$ tanzu package available get tap-gui.tanzu.vmware.com -n tap-install
NAME: tap-gui.tanzu.vmware.com
DISPLAY-NAME: Tanzu Application Platform GUI
CATEGORIES:
SHORT-DESCRIPTION: web app graphical user interface for Tanzu Application Platform
LONG-DESCRIPTION: web app graphical user interface for Tanzu Application Platform
PROVIDER: VMware
MAINTAINERS: - name: VMware
SUPPORT-DESCRIPTION: https://tanzu.vmware.com/support
VERSION RELEASED-AT
1.7.6 2023-10-17 00:25:21 +0000 UTC
From the Tanzu CLI, identify possible values options for Tanzu Developer Portal by running:
tanzu package available get tap-gui.tanzu.vmware.com/VERSION --values-schema -n INSTALL-NAMESPACE
Where:
VERSION
is the Tanzu Developer Portal package version you learned earlierINSTALL-NAMESPACE
is the namespace in which you configured the Tanzu Application Platform installation. In most cases the namespace istap-install
.
For example:
$ tanzu package available get tap-gui.tanzu.vmware.com/1.7.6 --values-schema -n tap-install
KEY DEFAULT TYPE DESCRIPTION
#Details of all the possible configuration values
...