Add env var config

This commit is contained in:
mikesplain 2020-03-05 16:51:03 -05:00
parent a5c3fd73e8
commit 07ffaaefc3
No known key found for this signature in database
GPG Key ID: D5E91A3C9BBEA323
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
{{- range .Networking.AmazonVPC.Env }}
- name: {{ .Name }}
value: "{{ .Value }}"
{{- end }}
resources:
requests:
cpu: 10m