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 b1d12f9 commit 4214fc6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions charts/akash-inventory-operator/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ data:
config.yaml: |
version: v1
cluster_storage:
{{- range .Values.inventoryConfig.cluster_storage }}
- {{ . }}
{{- end }}
- default
- beta2
exclude:
nodes: {{ .Values.inventoryConfig.exclude.nodes | toYaml | nindent 6 }}
node_storage: {{ .Values.inventoryConfig.exclude.node_storage | toYaml | nindent 6 }}
nodes: []
node_storage: []

0 comments on commit 4214fc6

Please sign in to comment.