Skip to content

Commit

Permalink
Merge remote-tracking branch 'common-upstream/main' into common-autom…
Browse files Browse the repository at this point in the history
…atic-update
  • Loading branch information
mbaldessari committed Sep 16, 2024
2 parents f17b61b + 369d693 commit fd08aa4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 151 deletions.
9 changes: 8 additions & 1 deletion common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,14 @@ validate-prereq: ## verify pre-requisites
if ! ansible-galaxy collection list | grep kubernetes.core > /dev/null 2>&1; then echo "Not found"; exit 1; fi;\
echo "OK";\
else\
echo "Skipping prerequisites check as we're running inside a container";\
if [ -f values-global.yaml ]; then\
OUT=`yq -r '.main.multiSourceConfig.enabled // (.main.multiSourceConfig.enabled = "false")' values-global.yaml`;\
if [ "$${OUT,,}" = "false" ]; then\
echo "You must set \".main.multiSourceConfig.enabled: true\" in your 'values-global.yaml' file";\
echo "because your common subfolder is the slimmed down version with no helm charts in it";\
exit 1;\
fi;\
fi;\
fi

.PHONY: argo-healthcheck
Expand Down
1 change: 0 additions & 1 deletion common/common

This file was deleted.

30 changes: 0 additions & 30 deletions common/operator-install/.github/workflows/update-helm-repo.yml

This file was deleted.

119 changes: 0 additions & 119 deletions common/reference-output.yaml

This file was deleted.

0 comments on commit fd08aa4

Please sign in to comment.