From ed8f450b53b8113f39f6514de2a51099338228ba Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 23 Jul 2026 21:19:57 +0200 Subject: [PATCH] autocommit --- helm/argocd/kustomization.yaml | 2 +- helm/argocd/templates/argocd-tls-certs-cm.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 helm/argocd/templates/argocd-tls-certs-cm.yaml diff --git a/helm/argocd/kustomization.yaml b/helm/argocd/kustomization.yaml index 6b68738..937233a 100644 --- a/helm/argocd/kustomization.yaml +++ b/helm/argocd/kustomization.yaml @@ -13,7 +13,7 @@ resources: - argocd-10.0.0.yaml - templates/virtualservice.yaml - templates/namespace.yaml -# - templates/destinationrule.yaml + - templates/argocd-tls-certs-cm.yaml patches: - path: patches/argocd-cmd-params-cm.yaml \ No newline at end of file diff --git a/helm/argocd/templates/argocd-tls-certs-cm.yaml b/helm/argocd/templates/argocd-tls-certs-cm.yaml new file mode 100644 index 0000000..92bd42e --- /dev/null +++ b/helm/argocd/templates/argocd-tls-certs-cm.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + labels: + app.kubernetes.io/name: argocd-tls-certs-cm + app.kubernetes.io/part-of: argocd + name: argocd-tls-certs-cm \ No newline at end of file