Skip to content

Commit 450e06a

Browse files
Updating the correct file format
Signed-off-by: Swapnil Bobade <[email protected]>
1 parent cccf79f commit 450e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/ocp-upgrade/tasks/restricted_network_upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
- name: Apply mirrored release image signature config
4343
shell: |
44-
oc apply -f {{ repo_image_dir }}/mirror/config/signature-sha256-{{ upgrade_image_sha_key.stdout[:16] }}.yaml
44+
oc apply -f {{ repo_image_dir }}/mirror/config/signature-sha256-{{ upgrade_image_sha_key.stdout[:16] }}.json
4545
4646
- name: Get the OCP version
4747
kubernetes.core.k8s_info:

0 commit comments

Comments
 (0)