You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidSpec: The Rollout "r-name" is invalid: spec.strategy.canary.steps[2].analysis.templates: Invalid value: "at-name": AnalysisTemplate 'at-name' not found
To Reproduce
Running sync for the rollout results in an immediate degraded state due to the analysis template not coming up. The analysis template is defined in the same file. Once the AT is finally created, re-syncing will allow the Rollout to come up successfully and be healthy.
Expected behavior
Specifying the AT should not cause rollout to be degraded with the invalidspec error above.
Version
argo-rollouts: v1.4.1
argo: v2.6.7-0
Logs
# Logs for a specific rollout:
InvalidSpec: The Rollout "r-name" is invalid: spec.strategy.canary.steps[2].analysis.templates: Invalid value: "at-name": AnalysisTemplate 'at-name' not found
---
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
**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:
Checklist:
Describe the bug
InvalidSpec: The Rollout "r-name" is invalid: spec.strategy.canary.steps[2].analysis.templates: Invalid value: "at-name": AnalysisTemplate 'at-name' not found
To Reproduce
Running sync for the rollout results in an immediate degraded state due to the analysis template not coming up. The analysis template is defined in the same file. Once the AT is finally created, re-syncing will allow the Rollout to come up successfully and be healthy.
Expected behavior
Specifying the AT should not cause rollout to be degraded with the invalidspec error above.
Version
argo-rollouts: v1.4.1
argo: v2.6.7-0
Logs
The text was updated successfully, but these errors were encountered: