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
Please fill out the issue checklist below and provide ALL the requested information.
I reviewed open and closed Github issues that may be related to my problem.
I am reporting a bug that others will be able to reproduce.
Describe the bug
A clear and concise description of what the bug is.
We are able to create a workload using workload yaml with multiple sources. For example the below workload yaml file will successfully create but with source as source.image as subpath
Upon updating the workload with same yaml file with --update-strategy=replace the apps cli errors with message as Error: [--git-*, --source-image]: Required value: expected exactly one, got both
I was also able to create/ update a workload with both maven in spec.Params as well as spec.image on workload yaml
Expected behavior
A clear and concise description of what you expected to happen.
Should't it behave the same way for creation as well as update? Also should we error usage of multiple sources while creating a workload using yaml file?
### Environment where the bug was observed (cloud, OS, etc)
### Additional context & Relevant Debug Output (Logs, etc)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Please fill out the issue checklist below and provide ALL the requested information.
Describe the bug
A clear and concise description of what the bug is.
We are able to create a workload using workload yaml with multiple sources. For example the below workload yaml file will successfully create but with source as source.image as subpath
Upon updating the workload with same yaml file with
--update-strategy=replace
the apps cli errors with message asError: [--git-*, --source-image]: Required value: expected exactly one, got both
I was also able to create/ update a workload with both maven in
spec.Params
as well asspec.image
on workload yamlExpected behavior
A clear and concise description of what you expected to happen.
Should't it behave the same way for creation as well as update? Also should we error usage of multiple sources while creating a workload using yaml file?
Steps to Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Version (Apps plugin version, Version of K8s running on cluster)
Put the output of the following commad
tanzu version && tanzu apps version
The text was updated successfully, but these errors were encountered: