* Check each conditional of gather host cert in case a command to create the host cert fails
Signed-off-by: Daniel Schlatter <[email protected]>
* Change curl command to use --cacert in gather-host-cert init container
--capath is for directories. --cacert is the correct option for a single cert.
Signed-off-by: Daniel Schlatter <[email protected]>
---------
Signed-off-by: Daniel Schlatter <[email protected]>
* disable hostNetwork on spire-agent daemonset if connect by hostname is true
Signed-off-by: Daniel Schlatter <[email protected]>
* allow spire-agent daemonset dnsPolicy to be configured
Signed-off-by: Daniel Schlatter <[email protected]>
---------
Signed-off-by: Daniel Schlatter <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
* use spire-agent.resources to set resources for associated initContainers, remove specific keys for those initContainers corresponding resources
Signed-off-by: Daniel Schlatter <[email protected]>
* set resources for spire-agent init containers fingerprint-tpm and init-tpm-direct
Signed-off-by: Daniel Schlatter <[email protected]>
* use spiffe-csi-driver.resources to set resources for associated initContainers, remove specific keys for those initContainers corresponding resources
Signed-off-by: Daniel Schlatter <[email protected]>
* set resources for spiffe-csi-driver init container set-context
Signed-off-by: Daniel Schlatter <[email protected]>
---------
Signed-off-by: Daniel Schlatter <[email protected]>
* Make controller manager gcInterval configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected]>
* Make controller manager logLevel configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected]>
* Make controller manager entryIDPrefix configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected]>
* change configurable entryIDPrefix to a binary option of add the cluster name or not
Signed-off-by: Daniel Schlatter <[email protected]>
---------
Signed-off-by: Daniel Schlatter <[email protected]>