Skip to content

Commit b51dc15

Browse files
committed
removing deprecated preflight env in favor of PFLT_CERTIFICATION_COMPONENT_ID
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 4ef9f5a commit b51dc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

roles/preflight/tasks/test_preflight_check_container_one_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{% endif %}
8484
{% if cert_project_id | default('') | length %}
8585
-e PFLT_PYXIS_API_TOKEN={{ lookup('file', pyxis_apikey_path) }}
86-
-e PFLT_CERTIFICATION_PROJECT_ID={{ cert_project_id }}
86+
-e PFLT_CERTIFICATION_COMPONENT_ID={{ cert_project_id }}
8787
{% endif %}
8888
-v {{ preflight_container_artifacts.path }}:/artifacts
8989
{% if partner_creds | length %}

roles/preflight/tasks/test_preflight_container_parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
{% endif %}
2424
{% if item.0.pyxis_container_identifier | default('') | length %}
2525
-e PFLT_PYXIS_API_TOKEN={{ lookup('file', pyxis_apikey_path) }}
26-
-e PFLT_CERTIFICATION_PROJECT_ID={{ item.0.pyxis_container_identifier }}
26+
-e PFLT_CERTIFICATION_COMPONENT_ID={{ item.0.pyxis_container_identifier }}
2727
{% elif item.2.pyxis_container_identifier | default('') | length %}
2828
-e PFLT_PYXIS_API_TOKEN={{ lookup('file', pyxis_apikey_path) }}
29-
-e PFLT_CERTIFICATION_PROJECT_ID={{ item.2.pyxis_container_identifier }}
29+
-e PFLT_CERTIFICATION_COMPONENT_ID={{ item.2.pyxis_container_identifier }}
3030
{% endif %}
3131
-v {{ item.1.path }}:/artifacts
3232
{% if partner_creds | length %}

0 commit comments

Comments
 (0)