Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions src/openapi/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,7 @@ Settings:
tempo:
type: string
$ref: definitions.yaml#/wordCharacterPattern
default: tempo
home:
additionalProperties: false
$ref: definitions.yaml#/alerts
title: Co-monitoring
description: Send alerts to a 3rd party for co-monitoring
x-externalDocsPath: docs/for-ops/console/settings#co-monitoring
x-acl:
admin: [read-any, update-any]
team: []
default: tempo
dns:
$ref: definitions.yaml#/dns
x-externalDocsPath: docs/for-ops/console/settings/dns
Expand Down Expand Up @@ -248,7 +239,7 @@ Settings:
- clientSecret

otomi:
title: Otomi
title: APL
type: object
description: Settings for APL.
additionalProperties: false
Expand Down Expand Up @@ -320,11 +311,6 @@ Settings:
title: External IDP
type: boolean
default: false
isHomeMonitored:
description: Whether this cluster is monitored by a third party.
title: Co-monitoring
type: boolean
default: false
isMultitenant:
description: Will separate team metrics and logs. Disabling this effectively gives all users admin role and lets them see everything.
title: Multi-tenancy
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/team.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TeamSelfService:
default: [ingress]
uniqueItems: true
policies:
title: Policies
title: Security policies
type: array
items:
type: string
Expand Down
7 changes: 1 addition & 6 deletions test/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,7 @@ appsInfo:
appVersion: 1.7.1
repo: https://github.com/kubernetes/ingress-nginx
maintainers: NGINX
relatedLinks:
[
'https://apl-docs.net/docs/apps/ingress-nginx',
'https://docs.nginx.com/nginx-ingress-controller/',
]
relatedLinks: ['https://apl-docs.net/docs/apps/ingress-nginx', 'https://docs.nginx.com/nginx-ingress-controller/']
license: Apache 2.0
about: ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.
integration: Otomi integrated ingress-nginx into an advanced ingress architecture.
Expand Down Expand Up @@ -330,7 +326,6 @@ appsInfo:
license: Apache 2.0
about: Sealed Secrets is a Kubernetes Custom Resource Definition Controller which allows you to store even sensitive information in Git repositories.
integration: Otomi uses Sealed Secrets to provide a secure way to store Kubernetes secrets in Git repositories. Sealed Secrets can be used to store secrets in the values repository.
isBeta: true
tempo:
title: Tempo
appVersion: 2.1.1
Expand Down