Skip to content

Commit

Permalink
Add internet to firewallNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 20, 2024
1 parent 00f4033 commit fed35b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
{% for id, partition_config in gardener_cloud_profile_partitions.items() %}
{{ id }}:
firewallTypes: {{ partition_config.get('default-machine-types', {}).get('firewall', []) | to_json }}
firewallNetworks:
- internet
{% if 'network-isolation' in partition_config %}
networkIsolation: {{ partition_config.get('network-isolation') | to_json }}
{% endif %}
Expand Down

0 comments on commit fed35b9

Please sign in to comment.