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