GitOps Application Manager: An opinionated CLI that generates the Kubernetes resources for managing your Tekton-based CI manifests, ArgoCD-based CD manifests and Application manifests in Git.
Apache License 2.0
145
stars
83
forks
source link
When adding a service, also generate the config files #193
Is your feature request related to a problem? Please describe.
In Day 2 operations, after adding a service, you have to add the additional files manually.
100-deployment.yaml
200-service.yaml
(also possibly, 300-route.yaml)
Describe the solution you'd like
Generate the files automatically. Currently, you have to copy and paste. This should improve the user experience in that the newly deployed service will sync with no errors "right away" without having to do these manual steps. The user can change the configuration after if need be.
Is your feature request related to a problem? Please describe. In Day 2 operations, after adding a service, you have to add the additional files manually. 100-deployment.yaml 200-service.yaml (also possibly, 300-route.yaml)
Describe the solution you'd like Generate the files automatically. Currently, you have to copy and paste. This should improve the user experience in that the newly deployed service will sync with no errors "right away" without having to do these manual steps. The user can change the configuration after if need be.