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
2 changes: 2 additions & 0 deletions api/src/redirectMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const redirectMaps: Record<string, string> = {
'operator-guide/install-loki': 'https://docs.kuberocketci.io/docs/operator-guide/monitoring-and-observability/install-loki',
'operator-guide/install-reportportal': 'https://docs.kuberocketci.io/docs/operator-guide/project-management-and-reporting/install-reportportal',
'operator-guide/install-tekton': 'https://docs.kuberocketci.io/docs/operator-guide/install-tekton',
'operator-guide/install-velero': 'https://docs.kuberocketci.io/docs/operator-guide/disaster-recovery/install-velero-add-ons',
'operator-guide/install-velero-add-ons': 'https://docs.kuberocketci.io/docs/operator-guide/disaster-recovery/install-velero-add-ons',
'operator-guide/install-via-civo': 'https://docs.kuberocketci.io/docs/operator-guide/install-via-civo',
'operator-guide/installation-overview': 'https://docs.kuberocketci.io/docs/operator-guide/installation-overview',
Expand Down Expand Up @@ -116,6 +117,7 @@ export const redirectMaps: Record<string, string> = {
'operator-guide/upgrade-edp-3.9': 'https://docs.kuberocketci.io/docs/operator-guide/upgrade/upgrade-edp-3.9',
'operator-guide/upgrade-keycloak-19.0': 'https://docs.kuberocketci.io/docs/operator-guide/upgrade/upgrade-keycloak-19.0',
'operator-guide/vcs': 'https://docs.kuberocketci.io/docs/user-guide/add-git-server',
'operator-guide/velero-irsa': 'https://docs.kuberocketci.io/docs/operator-guide/disaster-recovery/install-velero-add-ons',
'operator-guide/waf-tf-configuration': 'https://docs.kuberocketci.io/docs/operator-guide/infrastructure-providers/aws/waf-tf-configuration',
'operator-guide/overview-multi-tenancy': 'https://docs.kuberocketci.io/docs/operator-guide/advanced-installation/capsule',
'operator-guide/troubleshooting/overview': 'https://docs.kuberocketci.io/docs/operator-guide/troubleshooting/overview',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,4 @@ The list of the available Add-Ons:
|Tekton|A flexible and cloud-native framework for building, testing, and deploying applications using Kubernetes-native workflows.|false|
|Tekton-cache||false|
|Vault|An open-source secrets management solution that provides secure storage, encryption, and access control for sensitive data in Kubernetes clusters.|false|
|Velero|An open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.|false|
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,4 @@ The list of the available Add-Ons:
|Tekton|A flexible and cloud-native framework for building, testing, and deploying applications using Kubernetes-native workflows.|false|
|Tekton-cache||false|
|Vault|An open-source secrets management solution that provides secure storage, encryption, and access control for sensitive data in Kubernetes clusters.|false|
|Velero|An open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.|false|
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,4 @@ The list of the available Add-Ons:
|Tekton|A flexible and cloud-native framework for building, testing, and deploying applications using Kubernetes-native workflows.|false|
|Tekton-cache||false|
|Vault|An open-source secrets management solution that provides secure storage, encryption, and access control for sensitive data in Kubernetes clusters.|false|
|Velero|An open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.|false|
Loading