Skip to content

Commit 7e9470e

Browse files
authored
AAP-49049: Update update-ca-trust command for RHEL9 compatibility (#620)
1 parent 6a45fe5 commit 7e9470e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/chatbot/templates/chatbot.deployment.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
- -c
6969
- |
7070
mkdir -p /etc/pki/ca-trust/extracted/{java,pem,openssl,edk2}
71-
update-ca-trust
71+
update-ca-trust extract --output /etc/pki/ca-trust/extracted
7272
{% if combined_chatbot_api.resource_requirements is defined %}
7373
resources: {{ combined_chatbot_api.resource_requirements }}
7474
{% endif %}

roles/model/templates/model.deployment.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
- -c
8080
- |
8181
mkdir -p /etc/pki/ca-trust/extracted/{java,pem,openssl,edk2}
82-
update-ca-trust
82+
update-ca-trust extract --output /etc/pki/ca-trust/extracted
8383
{% if combined_api.resource_requirements is defined %}
8484
resources: {{ combined_api.resource_requirements }}
8585
{% endif %}

0 commit comments

Comments
 (0)