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