diff --git a/README.md b/README.md index 9de7776..e2ff980 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ The OCP branded templates take advantage of the override mechanism by providing To test the changes: 1. Scale `cluster-version-operator` to zero pods in the web console by visiting `https:///k8s/ns/openshift-cluster-version/deployments/cluster-version-operator` and using the pod donut controls to set pods to zero. Additionally, pause rollouts via `Actions > Pause Rollouts`. +1. Scale `authentication-operator` to zero pods in the web console by visiting `https:///k8s/ns/openshift-authentication-operator/deployments/authentication-operator` and using the pod donut controls to set pods to zero. 1. Delete the existing branding secret: ``` oc delete secret v4-0-config-system-ocp-branding-template -n openshift-authentication @@ -94,3 +95,4 @@ To test the changes: To undo the changes for testing: 1. Resume rollouts of `cluster-version-operator` in the web console by visiting `https:///k8s/ns/openshift-cluster-version/deployments/cluster-version-operator` via `Actions > Resume Rollouts` and scale pods back to one using the pod donut controls. +1. Visit `https:///k8s/ns/openshift-authentication-operator/deployments/authentication-operator` and use the pod donut controls to set pods to one. diff --git a/_includes/head.html b/_includes/head.html index c284721..c3abe81 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,12 @@ - {{page.title}} - {{ collection.name }} + + {% if page.layout == 'errors' %} + {% raw %}{{ .Locale.Error }}{% endraw %} + {% else %} + {% raw %}{{ .Locale.LogIn }}{% endraw %} + {% endif %} + - {{ collection.name }} + {% if collection.label == 'okd' %} diff --git a/_layouts/login.html b/_layouts/login.html index 48f2ccf..39c38a1 100644 --- a/_layouts/login.html +++ b/_layouts/login.html @@ -8,12 +8,12 @@ -
+ {% raw %}
-
+
{% endraw %}
-

Welcome to {{ collection.name }}.

+

{% raw %}{{ .Locale.WelcomeTo }}{% endraw %} {{ collection.name }}

diff --git a/_layouts/providers.html b/_layouts/providers.html index f759306..5d9c66a 100644 --- a/_layouts/providers.html +++ b/_layouts/providers.html @@ -11,22 +11,20 @@
- diff --git a/_ocp/errors.html b/_ocp/errors.html index 6353cd7..e201722 100644 --- a/_ocp/errors.html +++ b/_ocp/errors.html @@ -1,4 +1,3 @@ --- layout: errors -title: Error --- diff --git a/_ocp/login.html b/_ocp/login.html index 4d2fcb1..855a556 100644 --- a/_ocp/login.html +++ b/_ocp/login.html @@ -1,4 +1,3 @@ --- layout: login -title: Login --- diff --git a/_ocp/providers.html b/_ocp/providers.html index ea1e313..09ddd37 100644 --- a/_ocp/providers.html +++ b/_ocp/providers.html @@ -1,4 +1,3 @@ --- layout: providers -title: Login --- diff --git a/_od/login.html b/_od/login.html index 4d2fcb1..855a556 100644 --- a/_od/login.html +++ b/_od/login.html @@ -1,4 +1,3 @@ --- layout: login -title: Login --- diff --git a/_od/providers.html b/_od/providers.html index ea1e313..09ddd37 100644 --- a/_od/providers.html +++ b/_od/providers.html @@ -1,4 +1,3 @@ --- layout: providers -title: Login --- diff --git a/_okd/login.html b/_okd/login.html index 4d2fcb1..855a556 100644 --- a/_okd/login.html +++ b/_okd/login.html @@ -1,4 +1,3 @@ --- layout: login -title: Login --- diff --git a/_okd/providers.html b/_okd/providers.html index ea1e313..09ddd37 100644 --- a/_okd/providers.html +++ b/_okd/providers.html @@ -1,4 +1,3 @@ --- layout: providers -title: Login --- diff --git a/_rosa/login.html b/_rosa/login.html index 4d2fcb1..855a556 100644 --- a/_rosa/login.html +++ b/_rosa/login.html @@ -1,4 +1,3 @@ --- layout: login -title: Login --- diff --git a/_rosa/providers.html b/_rosa/providers.html index ea1e313..09ddd37 100644 --- a/_rosa/providers.html +++ b/_rosa/providers.html @@ -1,4 +1,3 @@ --- layout: providers -title: Login ---