Skip to content

Commit

Permalink
Add missing namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sathlan committed Jan 27, 2025
1 parent aa023ac commit a369185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/kustomize_deploy/tasks/authenticate_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
PATH: "{{ cifmw_path }}"
ansible.builtin.shell: |
read -r username password < /tmp/podman.txt
oc create secret generic redhat-registry \
# TODO: bug against doc: https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/deploying_red_hat_openstack_services_on_openshift/index#proc_creating-the-data-plane-secrets_dataplane
oc create -n openstack secret generic redhat-registry \
--from-literal edpm_container_registry_logins="{\"registry.redhat.io\": {\"${username}\": \"${password}\"}}"
args:
executable: /bin/bash
Expand Down

0 comments on commit a369185

Please sign in to comment.