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"