Skip to content

Commit c322aaa

Browse files
authored
Move the e2e components into a subdirectory (#2057)
This makes it easier to manage the e2e components as a single unit. This is part of the feature-gated API functionality. Signed-off-by: Todd Short <[email protected]>
1 parent 2c585f7 commit c322aaa

10 files changed

+6
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1alpha1
2+
kind: Component
3+
components:
4+
- coverage
5+
- registries-conf

config/overlays/standard-e2e/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ resources:
99
components:
1010
- ../../components/tls/catalogd
1111
- ../../components/tls/operator-controller
12-
- ../../components/coverage
13-
- ../../components/registries-conf
12+
- ../../components/e2e
1413
# ca must be last or other components will overwrite the namespaces
1514
- ../../components/tls/ca

0 commit comments

Comments
 (0)