Commit dede1925 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'fix/istio-url-should-be-raw' into 'master'

Fix broken Istio metrics installation

See merge request gitlab-org/gitlab!31382
parents ae05ca54 de80700b
......@@ -5,7 +5,7 @@ module Clusters
class Knative < ApplicationRecord
VERSION = '0.9.0'
REPOSITORY = 'https://charts.gitlab.io'
METRICS_CONFIG = 'https://gitlab.com/gitlab-org/charts/knative/-/blob/v0.9.0/vendor/istio-metrics.yml'
METRICS_CONFIG = 'https://gitlab.com/gitlab-org/charts/knative/-/raw/v0.9.0/vendor/istio-metrics.yml'
FETCH_IP_ADDRESS_DELAY = 30.seconds
API_GROUPS_PATH = 'config/knative/api_groups.yml'
......
---
title: Fix Istio broken Istio metrics installation
merge_request: 31382
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment