Adding annotations support to configmaps
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
This commit is contained in:
parent
2ca93f7f67
commit
5f118ca2c8
4 changed files with 16 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ metadata:
|
|||
component: "{{ .Values.controller.name }}"
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
annotations:
|
||||
{{ toYaml .Values.controller.tcp.annotations | indent 4}}
|
||||
name: {{ template "nginx-ingress.fullname" . }}-tcp
|
||||
data:
|
||||
{{ tpl (toYaml .Values.tcp) . | indent 2 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue