From e0ef37eac2d0c2f54e4f99fcf0cfbea6256b36da Mon Sep 17 00:00:00 2001 From: Robin Marechal Date: Sat, 19 Feb 2022 21:04:15 +0100 Subject: [PATCH] Test patch --- overlays/recette/kustomization.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/overlays/recette/kustomization.yml b/overlays/recette/kustomization.yml index cb15e65..23743aa 100644 --- a/overlays/recette/kustomization.yml +++ b/overlays/recette/kustomization.yml @@ -4,10 +4,9 @@ kind: Kustomization bases: - ../../base -# patchesJson6902: -# - path: certificate-patch.yml -# target: -# group: cert-manager.io -# kind: Certificate -# name: keycloak-cert -# version: v1alpha2 \ No newline at end of file +patchesJson6902: + - path: prometheus-msteams-config-patch.yml + target: + kind: ConfigMap + name: prometheus-msteams-config + version: v1 \ No newline at end of file