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
We are using kustomize to deploy argo-rollouts. We would like to deploy the dashboard, but the manifest install file is missing from the release.
As it stands, we have to add the resources and then overwrite the tag.
resources: - https://github.com/argoproj/argo-rollouts/releases/download/v1.1.0/install.yaml - https://github.com/argoproj/argo-rollouts/manifests/dashboard-install?ref=v1.1.0 images: - name: quay.io/argoproj/kubectl-argo-rollouts newTag: v1.1.0
Can a dashboard-install.yaml be added to the resources associated with a release? (And or is there a better way to install the dashboard?)
dashboard-install.yaml
Note, we are following the shift to using release assets rather than files in the repo as outlined here: #1456
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Ah yes you're right. They are missing
Sorry, something went wrong.
@jessesuen Does it make sense to also have the rollout transform as a release asset?
We are having to add it to kustomization.yaml with a URL to the raw file:
https://raw.githubusercontent.com/argoproj/argo-rollouts/v1.1.0/docs/features/kustomize/rollout-transform.yaml
Should I file a second ticket for that?
I forgot to include it in the artifacts. Here is a fix for that PR: #1601
Successfully merging a pull request may close this issue.
Summary
We are using kustomize to deploy argo-rollouts. We would like to deploy the dashboard, but the manifest install file is missing from the release.
As it stands, we have to add the resources and then overwrite the tag.
Can a
dashboard-install.yaml
be added to the resources associated with a release? (And or is there a better way to install the dashboard?)Note, we are following the shift to using release assets rather than files in the repo as outlined here: #1456
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: