Browse Source

Update console branding and doc URL for OKD

Samuel Padgett 6 years ago
parent
commit
221d4dc796
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/openshift_console/defaults/main.yml

+ 2 - 2
roles/openshift_console/defaults/main.yml

@@ -18,11 +18,11 @@ openshift_console_auth_ca_file: "/var/run/secrets/kubernetes.io/serviceaccount/c
 
 # Determines the logo and title used throughout the console.
 l_openshift_console_branding_dict:
-  origin: 'origin'
+  origin: 'okd'
   openshift-enterprise: 'ocp'
 openshift_console_branding: "{{ l_openshift_console_branding_dict[openshift_deployment_type] }}"
 
 l_openshift_console_documentation_url_dict:
-  origin: 'https://docs.openshift.org/3.11/'
+  origin: 'https://docs.okd.io/3.11/'
   openshift-enterprise: 'https://docs.openshift.com/container-platform/3.11/'
 openshift_console_documentation_base_url: "{{ l_openshift_console_documentation_url_dict[openshift_deployment_type] }}"