mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-03 08:38:52 +00:00
ci: Include source-watcher in the e2e test suite
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
(cherry picked from commit 833815c71d)
This commit is contained in:
parent
b6e76ca253
commit
5aa89ab42b
8 changed files with 74 additions and 10 deletions
|
|
@ -5,6 +5,7 @@ resources:
|
|||
- namespace.yaml
|
||||
- scc.yaml
|
||||
- ../bases/source-controller
|
||||
- ../bases/source-watcher
|
||||
- ../bases/kustomize-controller
|
||||
- ../bases/notification-controller
|
||||
- ../bases/helm-controller
|
||||
|
|
@ -17,6 +18,8 @@ transformers:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: ghcr.io/fluxcd/source-controller
|
||||
- name: fluxcd/source-watcher
|
||||
newName: ghcr.io/fluxcd/source-watcher
|
||||
- name: fluxcd/kustomize-controller
|
||||
newName: ghcr.io/fluxcd/kustomize-controller
|
||||
- name: fluxcd/helm-controller
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ subjects:
|
|||
- kind: ServiceAccount
|
||||
name: source-controller
|
||||
namespace: flux-system
|
||||
- kind: ServiceAccount
|
||||
name: source-watcher
|
||||
namespace: flux-system
|
||||
- kind: ServiceAccount
|
||||
name: kustomize-controller
|
||||
namespace: flux-system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue