-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(ui): support hydrator properties in summary tab #26152
New issue
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
base: master
Are you sure you want to change the base?
feat(ui): support hydrator properties in summary tab #26152
Conversation
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
✅ Preview Environment deployed on Bunnyshell
See: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
Signed-off-by: Jonathan Winters <wintersjonathan0@gmail.com>
| chart?: string; | ||
| helm?: ApplicationSourceHelm; | ||
| kustomize?: ApplicationSourceKustomize; | ||
| plugin?: ApplicationSourcePlugin; | ||
| directory?: ApplicationSourceDirectory; | ||
| ref?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| chart?: string; | |
| helm?: ApplicationSourceHelm; | |
| kustomize?: ApplicationSourceKustomize; | |
| plugin?: ApplicationSourcePlugin; | |
| directory?: ApplicationSourceDirectory; | |
| ref?: string; | |
| helm?: ApplicationSourceHelm; | |
| kustomize?: ApplicationSourceKustomize; | |
| plugin?: ApplicationSourcePlugin; | |
| directory?: ApplicationSourceDirectory; |
These fields aren't available in DrySource
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really? This was based on the Source Hydrator docs 😮 https://argo-cd.readthedocs.io/en/latest/user-guide/source-hydrator/#using-the-source-hydrator Should we update the docs?
closes #26153
Result:
Exported.recording.mov
Checklist: