Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chainzero authored Jan 29, 2024
1 parent 1749f60 commit 0866c12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions charts/akash-inventory-operator/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ data:
config.yaml: |
version: v1
cluster_storage:
- default
- beta2
{{- range .Values.inventoryConfig.cluster_storage }}
- {{ . }}
{{- end }}
exclude:
nodes: []
node_storage: []
nodes: {{ .Values.inventoryConfig.exclude.nodes | toYaml | nindent 6 }}
node_storage: {{ .Values.inventoryConfig.exclude.node_storage | toYaml | nindent 6 }}

0 comments on commit 0866c12

Please sign in to comment.