Skip to content

Commit

Permalink
hotfix | Overwrite subsequent creation of azure-operators-managed-ide…
Browse files Browse the repository at this point in the history
…ntities-config (#1125)

Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
  • Loading branch information
cgiradkar authored Jan 20, 2025
1 parent 2088036 commit 053fca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ local-azure-operators-managed-identities-config:
--set azureOperatorsMI.imageRegistry.roleId="$${OP_IMAGE_REGISTRY_DRIVER_ROLE_ID}" \
--set azureOperatorsMI.cloudNetworkConfig.roleName="${OP_CLOUD_NETWORK_CONFIG_ROLE_NAME}" \
--set azureOperatorsMI.cloudNetworkConfig.roleId="$${OP_CLOUD_NETWORK_CONFIG_ROLE_ID}" \
| yq '.data."azure-operators-managed-identities-config.yaml"' >> ./azure-operators-managed-identities-config.yaml
| yq '.data."azure-operators-managed-identities-config.yaml"' > ./azure-operators-managed-identities-config.yaml
.PHONY: local-azure-operators-managed-identities-config

#
Expand Down

0 comments on commit 053fca8

Please sign in to comment.