Add Service labelling and annotating webhook (#84)

Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net>
This commit is contained in:
Maxim Fedotov
2020-09-10 11:56:51 +02:00
committed by GitHub
co-authored by Maksim Fedotov
parent a4b0c0fe27
commit e8362f739f
25 changed files with 617 additions and 58 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Removing kustomize
run: sudo snap remove kustomize
run: sudo snap remove kustomize && sudo rm -rf $(which kustomize)
- name: Installing Ginkgo
run: go get github.com/onsi/ginkgo/ginkgo
- uses: actions/setup-go@v2