Skip to content
Closed
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: 1 addition & 1 deletion stable/kommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: alejandroEsc
- name: jimmidyson
name: kommander
version: 0.2.27
version: 0.2.28
8 changes: 8 additions & 0 deletions stable/kommander/templates/folder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{- if .Values.folders.enabled -}}
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.folders.default.namespace }}
{{- with .Values.folders.default.annotations }}
{{- with .Values.folders.default.labels }}
{{- end -}}
10 changes: 10 additions & 0 deletions stable/kommander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ grafana:
# hosts:
# - grafana.example.com

folders:
enabled: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this in case we need to feature flag this for some reason, but I think adding the namespace is pretty harmless for now

default:
namespace: kommander-default-folder
labels:
kommanderType: folder
annotations:
kommander.d2iq.io/description: Default folder
kommander.d2iq.io/display-name: Default

## Configure grafana datasources
## ref: http://docs.grafana.org/administration/provisioning/#datasources
##
Expand Down