We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a810a18 commit 740898bCopy full SHA for 740898b
config/overlays/helm/kustomization.yaml
@@ -1,8 +1,15 @@
1
+# import the default deployment as the base
2
bases:
3
- ../../default
4
5
+# replace the default namespace with {{ include "chart.namespace" . }}
6
+# .Release.Namespace has not been used so that a custom _helpers.tpl file can maintain the expected behaviour of
7
+# helm install -n
8
namespace: |-
9
{{ include "chart.namespace" . }}
10
11
+# merge the exclude-ns.yaml with the existing namespace definition, this contains the `$patch: delete` directive allowing
12
+# for the helm chart to define the namespace conditionally (only deploys when no namespace is provided and the default
13
+# (open-feature-operator-system) is used
14
patchesStrategicMerge:
15
- exclude-ns.yaml
0 commit comments