Skip to content

Commit dce1bdc

Browse files
committed
feat: Added extraObjects to Oathkeeper chart
1 parent 1aed788 commit dce1bdc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{ range .Values.extraObjects }}
2+
---
3+
{{ tpl (toYaml .) $ }}
4+
{{ end }}

helm/charts/oathkeeper/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,10 @@ test:
423423
busybox:
424424
repository: busybox
425425
tag: 1
426+
427+
# Extra kubernetes manifests to deploy
428+
extraObjects: []
429+
# extraObjects:
430+
# - apiVersion: v1
431+
# kind: ConfigMap
432+
# metadata: ...

0 commit comments

Comments
 (0)