mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix installer update-ca-trust command (#1985)
The latest release of the update-ca-trust requires the --output param
if you run as non-root user.
See: 81a090f89a
And: https://github.com/ansible/awx-ee/issues/258#issuecomment-2439742296
Fixes: https://github.com/ansible/awx-ee/issues/258
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user