Przeglądaj źródła

Fix openshift hosted registry rollout

Russell Teague 7 lat temu
rodzic
commit
26fd036e23
1 zmienionych plików z 1 dodań i 1 usunięć
  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 }}"