Skip to content

Commit

Permalink
feat: Added extraObjects to Oathkeeper chart
Browse files Browse the repository at this point in the history
  • Loading branch information
khusseini committed Mar 10, 2025
1 parent 1aed788 commit dce1bdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/charts/oathkeeper/templates/extra-manifests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ end }}
7 changes: 7 additions & 0 deletions helm/charts/oathkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,10 @@ test:
busybox:
repository: busybox
tag: 1

# Extra kubernetes manifests to deploy
extraObjects: []
# extraObjects:
# - apiVersion: v1
# kind: ConfigMap
# metadata: ...

0 comments on commit dce1bdc

Please sign in to comment.