Skip to content

Commit

Permalink
edit url for downloading prometheus operator (strimzi#2893)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <lkral@redhat.com>

Co-authored-by: Lukas Kral <lkral@redhat.com>
  • Loading branch information
im-konge and im-konge authored Apr 25, 2020
1 parent c71d6a8 commit 6af63a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void setup() throws IOException {
LOGGER.info("Creating resources before the test class");
prepareEnvForOperator(NAMESPACE);

cmdKubeClient().apply(FileUtils.downloadYamlAndReplaceNamespace("https://raw.githubusercontent.com/coreos/prometheus-operator/master/bundle.yaml", NAMESPACE));
cmdKubeClient().apply(FileUtils.downloadYamlAndReplaceNamespace("https://raw.githubusercontent.com/coreos/prometheus-operator/v0.38.1/bundle.yaml", NAMESPACE));

SecretUtils.createSecretFromFile("../examples/metrics/prometheus-additional-properties/prometheus-additional.yaml", "prometheus-additional.yaml", "additional-scrape-configs", NAMESPACE);
SecretUtils.createSecretFromFile("../examples/metrics/prometheus-alertmanager-config/alert-manager-config.yaml", "alertmanager.yaml", "alertmanager-alertmanager", NAMESPACE);
Expand Down

0 comments on commit 6af63a3

Please sign in to comment.