Files
flagger/test/kuma/kustomization.yaml
Sanskar Jaiswal 7a438ad323 fix failing kuma e2e tests
Kuma e2e tests were failing in CI(https://github.com/fluxcd/flagger/runs/4826617915?check_suite_focus=true)
due to prom server installed in the kuma-metrics ns not being able to
contact the kubernetes api server. Fixed by switching to flagger
prometheus and a custom kustomize build for kuma tests.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2022-01-20 08:20:16 +00:00

14 lines
311 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kuma-system
resources:
- ../../kustomize/base/prometheus/
- ../../kustomize/base/flagger/
patchesStrategicMerge:
- patch.yml
configMapGenerator:
- name: flagger-prometheus
behavior: replace
files:
- prometheus.yml