diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index 72140f40..93c1cd13 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -84,7 +84,7 @@ spec: - -c - | mkdir -p /etc/pki/ca-trust/extracted/{java,pem,openssl,edk2} - update-ca-trust extract + update-ca-trust extract --output /etc/pki/ca-trust/extracted volumeMounts: - name: "ca-trust-extracted" mountPath: "/etc/pki/ca-trust/extracted" diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index b6928deb..a131a391 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -93,7 +93,7 @@ spec: - -c - | mkdir -p /etc/pki/ca-trust/extracted/{java,pem,openssl,edk2} - update-ca-trust extract + update-ca-trust extract --output /etc/pki/ca-trust/extracted volumeMounts: - name: "ca-trust-extracted" mountPath: "/etc/pki/ca-trust/extracted" diff --git a/roles/installer/templates/jobs/migration.yaml.j2 b/roles/installer/templates/jobs/migration.yaml.j2 index 8c05de59..872095cf 100644 --- a/roles/installer/templates/jobs/migration.yaml.j2 +++ b/roles/installer/templates/jobs/migration.yaml.j2 @@ -24,7 +24,7 @@ spec: - -c - | mkdir -p /etc/pki/ca-trust/extracted/{java,pem,openssl,edk2} - update-ca-trust extract + update-ca-trust extract --output /etc/pki/ca-trust/extracted volumeMounts: - name: "ca-trust-extracted" mountPath: "/etc/pki/ca-trust/extracted"