From a78161d389e52768897b1394eec2239b3460173f Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 17 Mar 2024 12:44:05 +0100 Subject: [PATCH] Add certificates.yaml to kustomize (memgraph) --- deployment/memgraph/kustomization.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/memgraph/kustomization.yaml b/deployment/memgraph/kustomization.yaml index 7d87176..051d667 100644 --- a/deployment/memgraph/kustomization.yaml +++ b/deployment/memgraph/kustomization.yaml @@ -2,6 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: generations-heritage +resources: + - ./certificates.yaml + helmCharts: - name: memgraph repo: https://memgraph.github.io/helm-charts