1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Use kustomize API instead of binary

This commit is contained in:
stefanprodan
2020-05-12 08:18:16 +03:00
parent 186945532f
commit 1e7d2e7dce
5 changed files with 82 additions and 59 deletions

View File

@@ -25,8 +25,6 @@ jobs:
go-version: 1.14.x
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.3.0
- name: Setup Kustomize
uses: ./.github/actions/kustomize
- name: Run test
run: make test
- name: Check if working tree is dirty
@@ -97,7 +95,6 @@ jobs:
if: failure()
run: |
kubectl version --client --short
kustomize version --short
kubectl -n gitops-system get all
kubectl -n gitops-system get kustomizations -oyaml
kubectl -n gitops-system logs deploy/source-controller