Skip to content

Commit 740898b

Browse files
added comments
Signed-off-by: jamesmilligan <[email protected]>
1 parent a810a18 commit 740898b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
# import the default deployment as the base
12
bases:
23
- ../../default
34

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
48
namespace: |-
59
{{ include "chart.namespace" . }}
610
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
714
patchesStrategicMerge:
815
- exclude-ns.yaml

0 commit comments

Comments
 (0)