Browse Source

Merge pull request #6421 from mtnbikenc/fix-hosted-registry

Fix openshift hosted registry rollout
Scott Dodson 7 năm trước cách đây
mục cha
commit
e5f1b860fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/openshift_hosted/tasks/registry.yml

+ 1 - 1
roles/openshift_hosted/tasks/registry.yml

@@ -126,7 +126,7 @@
     selector: "{{ openshift_hosted_registry_selector }}"
     replicas: "{{ openshift_hosted_registry_replicas | default(l_default_replicas) }}"
     service_account: "{{ openshift_hosted_registry_serviceaccount }}"
-    images: "{{ penshift_hosted_registry_registryurl }}"
+    images: "{{ openshift_hosted_registry_registryurl }}"
     env_vars: "{{ openshift_hosted_registry_env_vars }}"
     volume_mounts: "{{ openshift_hosted_registry_volumes }}"
     edits: "{{ openshift_hosted_registry_edits }}"