mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
1be24dcb5c
Adds support for extraTemplates to the coder-provisioner chart to bring it in line with the coder chart.
13 lines
205 B
YAML
13 lines
205 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
extraTemplates:
|
|
- |
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: some-config
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
key: some-value
|