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 was archived by the owner on Sep 5, 2019. It is now read-only.
As an app developer
I want a safe, automated path to production
So that I may help develop better products, faster
When I push to my git repo
And I run kubectl get services (knative Services, not k8s)
Then I see my Service running
When I look at Concourse's UI
Then I see my code was "built"
And I see my code was pushed to GCR
And I see a Configuration was updated
And I see the updated Configuration was applied
Note:
The intent of this story is to demonstrate developer experience, rather than particular implementation points. This means it not necessary to use the POC controller. It is acceptable to use fly and a normal Concourse to prove out the experience.
As an app developer
I want a safe, automated path to production
So that I may help develop better products, faster
When I push to my git repo
And I run
kubectl get services(knative Services, not k8s)Then I see my Service running
When I look at Concourse's UI
Then I see my code was "built"
And I see my code was pushed to GCR
And I see a Configuration was updated
And I see the updated Configuration was applied
Note:
The intent of this story is to demonstrate developer experience, rather than particular implementation points. This means it not necessary to use the POC controller. It is acceptable to use
flyand a normal Concourse to prove out the experience.I'm working out of this repository