We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review the existing bash script installing TDS Postgres Operator to use the tanzu client and not Helm anymore. The steps will require to 👍🏻
Example
imgpkg copy -b registry.tanzu.vmware.com/packages-for-vmware-tanzu-data-services/tds-packages:1.0.2 --to-repo registry.harbor.10.0.77.176.nip.io:32443/tds/tds-packages tanzu package repository add tanzu-data-services-repository --url registry.harbor.10.0.77.176.nip.io:32443/tds/tds-packages -n tap-install tanzu secret registry add harbor-secret \ --username <MY-REGISTRY-USERNAME> \ --password <MY-REGISTRY-PASSWORD> \ --server <MY-REGISTRY> \ --export-to-all-namespaces --yes cat <<EOF > tanzu/tds-values.yml dockerRegistrySecretName: harbor-secret resources: limits: cpu: 500m memory: 300Mi requests: cpu: 500m memory: 300Mi EOF tanzu package install tds-postgres -p postgres-operator.sql.tanzu.vmware.com -v 1.7.3 -n tap-install -f tanzu/tds-values.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To do
Review the existing bash script installing TDS Postgres Operator to use the tanzu client and not Helm anymore.
The steps will require to 👍🏻
Example
The text was updated successfully, but these errors were encountered: