Skip to content

Commit

Permalink
feat: add extraObjects to deploy extra k8s manifests
Browse files Browse the repository at this point in the history
Signed-off-by: rufusnufus <[email protected]>
  • Loading branch information
rufusnufus committed Jan 30, 2025
1 parent 6c342ac commit 7fb756e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/extra-manifests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ end }}
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,3 +1058,6 @@ exporter:
# whenUnsatisfiable: DoNotSchedule
cacheDuration: 23
cacheCleanInterval: 14400

# Extra K8s manifests to deploy
extraObjects: []

0 comments on commit 7fb756e

Please sign in to comment.