File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ resources :
2
+ - release-artifacts/envoy-gateway.yaml
3
+ - release-artifacts/infra-manager-rbac.yaml
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ curl -sLo release-artifacts/gatewayapi-crds.yaml https://github.com/kubernetes-s
27
27
echo " Added:" release-artifacts/gatewayapi-crds.yaml
28
28
29
29
# Generate the envoy gateway installation manifest supported by the release.
30
- ${KUSTOMIZE} build internal/provider/kubernetes/config/default > release-artifacts/install.yaml
30
+ ${KUSTOMIZE} build internal/provider/kubernetes/config/default > release-artifacts/envoy-gateway.yaml
31
+ ${KUSTOMIZE} build internal/infrastructure/kubernetes/config/rbac > release-artifacts/infra-manager-rbac.yaml
32
+ ${KUSTOMIZE} build > release-artifacts/install.yaml
31
33
32
34
echo " Generated:" release-artifacts/install.yaml
33
35
Original file line number Diff line number Diff line change 47
47
trailing-spaces: disable
48
48
truthy:
49
49
check-keys: false # GitHub Actions uses "on:" as a key
50
- level: warning
50
+ level: warning
You can’t perform that action at this time.
0 commit comments