Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chart/apl/templates/00-namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.installation.createNamespaces }}
apiVersion: v1
kind: Namespace
metadata:
Expand All @@ -21,3 +22,4 @@ metadata:
labels:
kubernetes.io/metadata.name: apl-secrets
name: apl-secrets
{{- end }}
4 changes: 4 additions & 0 deletions chart/apl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ installation:
mode: standard
# Skip deployment of the operator
skipOperatorDeployment: false
## Create namespaces (apl-operator, otomi, apl-secrets). Disable if creating them yourself.
## Label them `kubernetes.io/metadata.name: <name>` and `name: <name>` β€” NetworkPolicies match on `name`.
## Set this at install time; flipping it to false later makes helm delete the namespaces.
createNamespaces: true