Merge pull request #579 from tommyjmquinn/master

Updated prometheus adapter deployment to use a multi arch image repo
This commit is contained in:
Frederic Branczyk
2020-06-23 16:09:32 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
},
imageRepos+:: {
prometheusAdapter: 'quay.io/coreos/k8s-prometheus-adapter-amd64',
prometheusAdapter: 'directxman12/k8s-prometheus-adapter',
},
prometheusAdapter+:: {