Skip to content

Commit

Permalink
fix missing quotes
Browse files Browse the repository at this point in the history
Signed-off-by: serge Hartmann <serge.hartmann@gmail.com>
  • Loading branch information
ledroide committed Jun 21, 2024
1 parent 58230e3 commit 7edb4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/network_plugin/cilium/templates/cilium/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ data:
{% endif %}

# Host Firewall and Policy Audit Mode
enable-host-firewall: {{ cilium_enable_host_firewall | quote | capitalize }}
policy-audit-mode: {{ cilium_policy_audit_mode | quote | capitalize }}
enable-host-firewall: "{{ cilium_enable_host_firewall | capitalize }}"
policy-audit-mode: "{{ cilium_policy_audit_mode | capitalize }}"

# Name of the cluster. Only relevant when building a mesh of clusters.
cluster-name: "{{ cilium_cluster_name }}"
Expand Down

0 comments on commit 7edb4a4

Please sign in to comment.