Skip to content

Commit 3fb497e

Browse files
author
Power Cloud Robot
authored
Merge pull request #194 from swapnil-bobade27/restricted_network_upgrade
Updating the correct file format from yaml to json
2 parents cccf79f + 450e06a commit 3fb497e

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)