Skip to content

Commit

Permalink
System Upgrade Controller install failed due to missing /etc/pki dir (#…
Browse files Browse the repository at this point in the history
…1043)

* System Upgrade Controller install failed due to missing /etc/pki directoy on host

* Update SUC helmrelease.yaml.j2

DirectoryOrCreate

* Update cluster-prepare.yaml.j2

Back out Previous Change
  • Loading branch information
PrymalInstynct authored Nov 25, 2023
1 parent 63edb13 commit 68b3e27
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,21 @@ spec:
etc-ssl:
type: hostPath
hostPath: /etc/ssl
hostPathType: Directory
hostPathType: DirectoryOrCreate
globalMounts:
- path: /etc/ssl
readOnly: true
etc-pki:
type: hostPath
hostPath: /etc/pki
hostPathType: Directory
hostPathType: DirectoryOrCreate
globalMounts:
- path: /etc/pki
readOnly: true
etc-ca-certificates:
type: hostPath
hostPath: /etc/ca-certificates
hostPathType: Directory
hostPathType: DirectoryOrCreate
globalMounts:
- path: /etc/ca-certificates
readOnly: true

0 comments on commit 68b3e27

Please sign in to comment.