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
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Describe the solution you'd like
When I first evaluated kam, I was expecting to see a binding between CI and CD.
Instead, I found a static nginx deployment.
Would it make sense, in the default bootstrapping to :
Create a new Task that would edit the GitOPS repo (environments/dev/apps/app-my-app/services/my-app/overlays/kustomization.yaml) and set the images: value using kustomize edit set image (last build, tag based on commit SHA)
Add this Task to the App Pipeline, to run after the Buildah task
It seems to me this is a standard way of doing things. Don't you think?
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When I first evaluated kam, I was expecting to see a binding between CI and CD.
Instead, I found a static nginx deployment.
Would it make sense, in the default bootstrapping to :
environments/dev/apps/app-my-app/services/my-app/overlays/kustomization.yaml
) and set theimages:
value usingkustomize edit set image
(last build, tag based on commit SHA)It seems to me this is a standard way of doing things. Don't you think?
The text was updated successfully, but these errors were encountered: