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
Since around last week ambassador installation renders following warning.
ambassador
DEPRECATED!! This version of the chart has been deprecated.
We should verify if this requires any action from our side or is purely upstream issue.
The text was updated successfully, but these errors were encountered:
Just on the side note: this seems to be only warning and does not cause any issues right now.
Sorry, something went wrong.
Here are the details https://github.com/datawire/ambassador-docs/blob/master/user-guide/install-ambassador-oss.md#2-install-ambassador-api-gateway
Seems that the new instruction should be something along these lines
kubectl create namespace ambassador || echo "namespace ambassador exists" helm repo add datawire https://www.getambassador.io helm install ambassador datawire/ambassador \ --set image.repository=quay.io/datawire/ambassador \ --set enableAES=false \ --set crds.keep=false \ --namespace ambassador
There is also option to set image tag --set image.tag=$version$ but not sure which version we should choose.
--set image.tag=$version$
The --set crds.keep=false is a flag we had previously, guess we should still leave it?
--set crds.keep=false
Successfully merging a pull request may close this issue.
Since around last week
ambassador
installation renders following warning.We should verify if this requires any action from our side or is purely upstream issue.
The text was updated successfully, but these errors were encountered: