Skip to content

Commit

Permalink
Remove service-gateway feature requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 1, 2024
1 parent 3c15eaa commit 6c86829
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ metadata:
labels:
app.kubernetes.io/part-of: saas-core
spec:
title: Services Catalog
title: Service Catalog
description: |
Services Catalog
Service Catalog
icons:
- src: https://cdn.appscode.com/k8s/icons/menu/cluster.svg
type: image/svg+xml
Expand All @@ -32,7 +32,6 @@ spec:
- cert-manager
- kubedb
# - kubevault
- service-gateway
readinessChecks:
workloads:
- group: apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ spec:
# - cert-manager-csi-driver-cacerts
- external-dns-operator
# - kubevault
- service-gateway
chart:
name: service-gateway-presets
namespace: ace
Expand Down
2 changes: 0 additions & 2 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ graph TD;
scanner-->grafana-operator;
catalog-manager-->cert-manager;
catalog-manager-->kubedb;
catalog-manager-->service-gateway;
service-gateway-presets-->cert-manager;
service-gateway-presets-->external-dns-operator;
service-gateway-presets-->service-gateway;
```

0 comments on commit 6c86829

Please sign in to comment.