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

manifests: fix leader election rbac

This commit is contained in:
stefanprodan
2020-05-03 12:51:50 +03:00
parent ceaef7ccc4
commit 47c249e3be
6 changed files with 17 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ jobs:
./bin/tk uninstall --namespace=test --crds --silent
- name: tk install --manifests
run: |
./bin/tk install --manifests ./manifests/install/
./bin/tk install --manifests ./manifests/install/ --version=""
- name: tk create source git
run: |
./bin/tk create source git podinfo \
@@ -99,3 +99,5 @@ jobs:
kubectl version --client --short
kustomize version --short
kubectl -n gitops-system get all
kubectl -n gitops-system logs deploy/source-controller
kubectl -n gitops-system logs deploy/kustomize-controller