Skip to content

Commit

Permalink
Added some forgotten files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Aug 20, 2020
1 parent 0b453f0 commit 5ba6d02
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scaleout/lab/templates/project-labs-stackn-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: {{ .Release.Name }}-project-labs-stackn-settings
data:
# Configuration values can be set as key-value properties
project.yaml: |-
{{ .Values.settings_file | indent 4 }}
8 changes: 8 additions & 0 deletions scaleout/lab/templates/project-labs-user-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-project-labs-user-settings
type: Opaque
stringData:
user.yaml: |-
{{ .Values.user_settings_file | indent 4 }}
Binary file added scaleout/stackn/charts/grafana-5.5.5.tgz
Binary file not shown.
Binary file added scaleout/stackn/charts/loki-stack-0.40.0.tgz
Binary file not shown.

0 comments on commit 5ba6d02

Please sign in to comment.