Skip to content

Commit

Permalink
hacks for custom artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Nov 13, 2023
1 parent d328c1f commit 3796b55
Show file tree
Hide file tree
Showing 4 changed files with 300,706 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ generate-addons: fetch-calico-manifests ## Generate metric-server, calico, calic
# envsubst, '$$$$' changes back to '$$' so ASO will not detect a diff and try to
# update the CRDs for which we don't give it permission.
generate-aso-crds: $(YQ)
curl -fSsL "https://github.com/Azure/azure-service-operator/releases/download/$(ASO_VERSION)/azureserviceoperator_customresourcedefinitions_$(ASO_VERSION).yaml" | \
cat "config/aso/azureserviceoperator_customresourcedefinitions_$(ASO_VERSION).yaml" | \
$(YQ) e '. | select($(foreach name,$(ASO_CRDS),.metadata.name == "$(name)" or )false)' - | \
sed 's/\$$\$$/$$$$$$$$/g' \
> $(ASO_CRDS_PATH)
Expand Down
Loading

0 comments on commit 3796b55

Please sign in to comment.