kubectl apply -f PRISMA_OVERLAY_FIX.yamlannotations:
ext.packaging.carvel.dev/ytt-paths-from-secret-name.0: grype-prisma-sec-context-overlay| apiVersion: v1 | |
| stringData: | |
| password: | |
| username: tap | |
| kind: Secret | |
| metadata: | |
| annotations: | |
| tekton.dev/git-0: https://REPLACE_ME | |
| name: git-creds | |
| namespace: tap-install |
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: git-private-ca-overlay | |
| namespace: tap-install | |
| type: Opaque | |
| stringData: | |
| git-private-ca-overlay.yaml: | | |
| #@ load("@ytt:data", "data") | |
| #@ load("@ytt:overlay","overlay") |
| apiVersion: tekton.dev/v1beta1 | |
| kind: ClusterTask | |
| metadata: | |
| name: git-writer | |
| spec: | |
| description: |- | |
| A task that writes a given set of files (provided as a json base64-encoded) | |
| to git repository under a specified directory. | |
| params: | |
| - description: The repository path |
In order to allow GUI authentication to Tanzu Application Platform via AzureAD, we will implement AzureAD Authentication Provider for Backstage.
You need to update values for http_proxy, https_proxy and no_proxy at the top of the overlay file to fix the environment specific values.
kctrl package installed update -n tap-install -i prisma -p scanning.apps.tanzu.vmware.com --version 0.1.4-alpha.12 --ytt-overlay-file prisma-overlay.yamlkubectl create ns tap-installtanzu package repository add tanzu-tap-repository \
--url ${INSTALL_REGISTRY_HOSTNAME}/tap/tap-packages:1.4.0 \
--namespace tap-install