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
1. Add kubectl apply command after setting labels
2. Integration tests for helms are back
a. GoogleContainerTools#1823: Use env template in skaffold release name
3. During helm deploy, build is assumed and hence if no build-artifacts
are supplied, it fails with following error
"no build present for gcr.io/k8s-skaffold/skaffold-helm"
Since Build and Deploy are now separate ( GoogleContainerTools#922 for notes) use the
image value as is if not present as build artifacts
Fix test fot this.
TODO:
1. Add PR description
2. Figure out why we get 2 pods, 1 with valid labels which is running
but another 1 with different labels.
0 commit comments