Skip to content

Commit d470173

Browse files
authored
Merge pull request #65654 from mramendi/pipelines-additional-redirect
RHDEVDOCS 5444 fix one redirect for Pipelines 1.12
2 parents 2bd9c01 + 57aef6d commit d470173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ AddType text/vtt vtt
250250
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/monitoring-argo-cd-instances.html /gitops/latest/observability/monitoring/monitoring-argo-cd-instances.html [L,R=302]
251251
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/using-argo-rollouts-for-progressive-deployment-delivery.html /gitops/latest/argo_rollouts/using-argo-rollouts-for-progressive-deployment-delivery.html [L,R=302]
252252
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations.html /gitops/latest/declarative_clusterconfig/configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations.html [L,R=302]
253-
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/deploying-a-spring-boot-application-with-argo-cd.html /gitops/latest/argocd_applications/deploying-a-spring-boot-application-with-argo-cd.html [L,R=302]
253+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/deploying-a-spring-boot-application-with-argo-cd.html /gitops/latest/argocd_applications/deploying-a-spring-boot-application-with-argo-cd.html [L,R=302]
254254
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/argo-cd-custom-resource-properties.html /gitops/latest/argocd_instance/argo-cd-cr-component-properties.html [L,R=302]
255255
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/configuring-secure-communication-with-redis.html /gitops/latest/securing_openshift_gitops/configuring-secure-communication-with-redis.html [L,R=302]
256256
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/health-information-for-resources-deployment.html /gitops/latest/observability/monitoring/health-information-for-resources-deployment.html [L,R=302]
@@ -260,11 +260,11 @@ AddType text/vtt vtt
260260
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/configuring-resource-quota.html /gitops/latest/managing_resource/configuring-resource-quota.html [L,R=302]
261261
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/monitoring-argo-cd-custom-resource-workloads.html /gitops/latest/observability/monitoring/monitoring-argo-cd-custom-resource-workloads.html [L,R=302]
262262
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/viewing-argo-cd-logs.html /gitops/latest/observability/logging/viewing-argo-cd-logs.html [L,R=302]
263-
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/run-gitops-control-plane-workload-on-infra-nodes.html /gitops/latest/gitops_workloads_infranodes/run-gitops-control-plane-workload-on-infra-nodes.html [L,R=302]
263+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/run-gitops-control-plane-workload-on-infra-nodes.html /gitops/latest/gitops_workloads_infranodes/run-gitops-control-plane-workload-on-infra-nodes.html [L,R=302]
264264
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/about-sizing-requirements-gitops.html /gitops/latest/installing_gitops/preparing-gitops-install.html [L,R=302]
265265
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/collecting-debugging-data-for-support.html /gitops/latest/understanding_openshift_gitops/gathering-gitops-diagnostic-information-for-support.html [L,R=302]
266266
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/troubleshooting-issues-in-GitOps.html /gitops/latest/troubleshooting_gitops_issues/auto-reboot-during-argo-cd-sync-with-machine-configurations.html [L,R=302]
267-
267+
268268
# Pipelines handling unversioned and latest links
269269
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
270270
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.12/$1 [NE,R=302]
@@ -295,7 +295,7 @@ AddType text/vtt vtt
295295
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13)/cicd/pipelines/securing-webhooks-with-event-listeners.html /pipelines/latest/secure/securing-webhooks-with-event-listeners.html [L,R=302]
296296

297297
# redirect top-level without filespec to the about file
298-
RewriteRule ^pipelines/(1\.10|1\.11)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
298+
RewriteRule ^pipelines/(1\.10|1\.11|1\.12)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
299299

300300

301301
# OSD redirects for new content

0 commit comments

Comments
 (0)