From 88a326bacdffde9e065b08ba893a17149584e72e Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 11 Oct 2025 02:34:38 +0530 Subject: platform: Adding argocd helm chart --- .../argocd-helmchart/templates/extra-manifests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 astroshop-platform/argocd-helmchart/templates/extra-manifests.yaml (limited to 'astroshop-platform/argocd-helmchart/templates/extra-manifests.yaml') diff --git a/astroshop-platform/argocd-helmchart/templates/extra-manifests.yaml b/astroshop-platform/argocd-helmchart/templates/extra-manifests.yaml new file mode 100644 index 0000000..fc9a76b --- /dev/null +++ b/astroshop-platform/argocd-helmchart/templates/extra-manifests.yaml @@ -0,0 +1,8 @@ +{{ range .Values.extraObjects }} +--- +{{ if typeIs "string" . }} + {{- tpl . $ }} +{{- else }} + {{- tpl (toYaml .) $ }} +{{- end }} +{{ end }} -- cgit v1.2.3