Files
truecharts/charts/incubator/flame/templates/_integration.tpl
T
e3d41435e2 fix(flame): cleanup and attempt to enable k8s integration (#3385)
* fix(flame): cleanup

* make k8s integration an option

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-09 12:19:13 +02:00

19 lines
320 B
Smarty

{{- define "flame.integration.serviceAccount" -}}
main:
create: true
{{- end -}}
---
{{- define "flame.integration.rbac" -}}
main:
enabled: true
rules:
- apiGroups:
- "networking.k8s.io"
resources:
- "ingresses"
verbs:
- "get"
- "list"
- "watch"
{{- end -}}