Skip to content

Commit

Permalink
Add dummy dashboard-values to example chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed May 3, 2022
1 parent 567d82a commit d8ece36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/example-chart/templates/dashboard-values-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: my-dashboard-values
namespace: {{ .Release.Namespace }}
labels:
helm.cattle.io/dashboard-values-configmap: {{ .Release.Name }}
data:
data.json: |-
{{ .Values.data | toJson | indent 4 }}

0 comments on commit d8ece36

Please sign in to comment.