Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
KEYCLOAK-16057 KEYCLOAK-16058 Fixed wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi authored and Bruno Oliveira da Silva committed Dec 11, 2020
1 parent 0fec45d commit 0a31a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cluster/prepare/monitoring:
kubectl label namespace $(NAMESPACE) monitoring-key=middleware || true
git clone --depth=1 [email protected]:integr8ly/application-monitoring-operator.git /tmp/keycloak-operator || true
$(MAKE) -C /tmp/keycloak-operator cluster/install
cat ./rhsso-operator/monitoring/federation.yaml | sed -e 's/<user>/'"$(_OS_PROMETHEUS_USER)"'/g' | \
cat ./deploy/examples/monitoring/federation.yaml | sed -e 's/<user>/'"$(_OS_PROMETHEUS_USER)"'/g' | \
sed -e 's@<pass>@'"$(_OS_PROMETHEUS_PASS)"'@g' > /tmp/keycloak-operator/integreatly-additional.yaml || true
kubectl create secret generic integreatly-additional-scrape-configs --from-file=/tmp/keycloak-operator/integreatly-additional.yaml --dry-run=client -o yaml | kubectl apply -n application-monitoring -f -
rm -rf /tmp/keycloak-operator/
Expand Down

0 comments on commit 0a31a60

Please sign in to comment.