Skip to content

Commit

Permalink
add ability to disable creation of namespace
Browse files Browse the repository at this point in the history
From 450e752
  • Loading branch information
deejgregor committed Jun 27, 2023
1 parent 931020e commit cbf9922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions horizon/templates/namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{- if not (eq .Release.Name "default") }}
{- if and .Values.createNamespace (not (eq .Release.Name "default")) }}
---
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Release.Name }}
labels:
{{- include "core.labels" . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit cbf9922

Please sign in to comment.