From 383529df560430cd21b1b7b6a8a845bec9aeb039 Mon Sep 17 00:00:00 2001 From: "Greder, Kyle" Date: Wed, 5 Feb 2025 09:50:08 -0600 Subject: [PATCH] Add extraManifests --- .../templates/extramanifests.yaml | 4 ++++ helm/oci-native-ingress-controller/values.yaml | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 helm/oci-native-ingress-controller/templates/extramanifests.yaml diff --git a/helm/oci-native-ingress-controller/templates/extramanifests.yaml b/helm/oci-native-ingress-controller/templates/extramanifests.yaml new file mode 100644 index 00000000..567f7bf3 --- /dev/null +++ b/helm/oci-native-ingress-controller/templates/extramanifests.yaml @@ -0,0 +1,4 @@ +{{ range .Values.extraManifests }} +--- +{{ tpl (toYaml .) $ }} +{{ end }} diff --git a/helm/oci-native-ingress-controller/values.yaml b/helm/oci-native-ingress-controller/values.yaml index fa88d600..ac811c61 100644 --- a/helm/oci-native-ingress-controller/values.yaml +++ b/helm/oci-native-ingress-controller/values.yaml @@ -122,4 +122,14 @@ objectSelector: metrics: backend: prometheus - port: 2223 \ No newline at end of file + port: 2223 + +# Extra manifests to deploy as an array +extraManifests: [] + # - apiVersion: v1 + # kind: ConfigMap + # metadata: + # labels: + # name: extra-config + # data: + # extra: "val"