Skip to content
Snippets Groups Projects
Commit eceb696c authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add configmap example

parent 32bf8a94
No related branches found
No related tags found
No related merge requests found
{{- if .Values.configmap }}
{{ include "common.configmap" (dict "Values" .Values.configmap "Chart" .Chart "Release" .Release) }}
{{- end }}
......@@ -71,3 +71,8 @@ acme:
- http01:
ingress:
class: traefik
configmap:
name: configmap
data:
example: test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment