File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 --namespace cnpg-system --create-namespace \
4848 --version '0.28.x' --wait --timeout 5m
4949
50+ - name : Install Gateway API CRDs
51+ run : kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
52+
5053 - name : Deploy e2e overlay
5154 run : kubectl kustomize config/overlays/e2e | kubectl apply --server-side -f -
5255
Original file line number Diff line number Diff line change @@ -7,5 +7,10 @@ resources:
77 - service.yaml
88 - deployment.yaml
99
10+ components :
11+ - ../components/database-cnpg
12+ - ../components/networking
13+ - ../components/app-config
14+
1015images :
1116 - name : ghcr.io/datum-cloud/backstage
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ namespace: backstage
66resources :
77 - ../../base
88
9- components :
10- - ../../components/database-cnpg
11- - ../../components/app-config
12-
139images :
1410 - name : ghcr.io/datum-cloud/backstage
1511 newName : backstage
You can’t perform that action at this time.
0 commit comments