mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-07 04:29:25 +00:00
manifests: fix leader election rbac
This commit is contained in:
parent
ceaef7ccc4
commit
47c249e3be
6 changed files with 17 additions and 19 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue