reorg of values section

This commit is contained in:
Radar231 2021-10-22 16:12:33 -04:00
parent 23d6e0df52
commit 1988027a9a
1 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,9 @@
chart_version: "{{ haproxy_ingress_ver }}"
state: present
values:
controller.kind: Daemonset
controller.daemonset.useHostPort: true
controller:
kind: DaemonSet
daemonset:
useHostPort: true
# EOF