forked from LaconicNetwork/kompose
Fix configmap name case error (#1215)
This commit is contained in:
@@ -126,6 +126,9 @@ vendor-update:
|
||||
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupsen/g' {} \;
|
||||
rm -rf vendor/github.com/Sirupsen
|
||||
|
||||
# a field does not has json tag defined.
|
||||
cp vendor-sync/types.go.txt vendor/k8s.io/kubernetes/pkg/api/types.go
|
||||
|
||||
|
||||
.PHONY: test-k8s
|
||||
test-k8s:
|
||||
|
||||
Reference in New Issue
Block a user