Skip to content

Commit

Permalink
fix: add support for extra resources (#47)
Browse files Browse the repository at this point in the history
* fix: add support for extra resources

* feat: add extra-list for app

---------

Co-authored-by: smuu <[email protected]>
  • Loading branch information
danijelTxFusion and smuu authored Sep 30, 2024
1 parent 6f31172 commit 684ec00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/celestia-app/templates/extra-list.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}
4 changes: 4 additions & 0 deletions charts/celestia-node/templates/extra-list.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}

0 comments on commit 684ec00

Please sign in to comment.