Skip to content

Commit

Permalink
Update web.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh561 authored and rooftopcellist committed Dec 13, 2023
1 parent 32d262a commit 4a70e99
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/installer/templates/deployments/web.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ spec:
- name: "{{ ansible_operator_meta.name }}-projects"
mountPath: "/var/lib/awx/projects"
{% endif %}
{% if init_host_network %}
hostNetwork: {{ init_host_network }}
{% endif %}
{% if init_dns_policy %}
dnsPolicy: {{ init_dns_policy }}
{% endif %}
{% if init_dns_policy == 'None' and init_dns_config is defined }}
dnsConfig: {{ init_dns_config }}
{% endif %}

containers:
- image: '{{ _redis_image }}'
Expand Down

0 comments on commit 4a70e99

Please sign in to comment.