Skip to content

Commit e8140d7

Browse files
author
Dominique Quatravaux
committed
[deadcode] MY_POD_UID, MY_POD_IP
1 parent 243ea8e commit e8140d7

File tree

1 file changed

+0
-9
lines changed
  • ansible/roles/awx-instance/tasks

1 file changed

+0
-9
lines changed

ansible/roles/awx-instance/tasks/k8s.yml

-9
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,6 @@
208208
mountPath: /var/lib/awx/projects
209209
- name: receptor-sock
210210
mountPath: "{{ awx_receptor_socket_path | dirname }}"
211-
env:
212-
- name: MY_POD_UID
213-
valueFrom:
214-
fieldRef:
215-
fieldPath: metadata.uid
216-
- name: MY_POD_IP
217-
valueFrom:
218-
fieldRef:
219-
fieldPath: status.podIP
220211
#####################################################
221212
- name: awx-receptor
222213
image: "{{ awx_receptor_image_full_name }}"

0 commit comments

Comments
 (0)