* Allow for both the pod security context and container security contexts to be overriden through the spiffe-csi-driver values file
Signed-off-by: Alec Holmes <[email protected]>
* newline
Signed-off-by: Alec Holmes <[email protected]>
* fix space
Signed-off-by: Alec Holmes <[email protected]>
* Update docs
Signed-off-by: Kevin Fox <[email protected]>
---------
Signed-off-by: Alec Holmes <[email protected]>
Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: kfox1111 <[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]>
* Add validating admission policy to restrict upstream driver access
Signed-off-by: Kevin Fox <[email protected]>
* Update charts/spire/charts/spiffe-csi-driver/templates/policy.yaml
Signed-off-by: kfox1111 <[email protected]>
* Fix logic
Signed-off-by: Kevin Fox <[email protected]>
* Upgrade helm
Signed-off-by: Kevin Fox <[email protected]>
* Upgrade kind and fix node version
Signed-off-by: Kevin Fox <[email protected]>
* Upgrade kind and fix node version
Signed-off-by: Kevin Fox <[email protected]>
* Upgrade kind and fix node version
Signed-off-by: Kevin Fox <[email protected]>
* Upgrade kind and fix node version
Signed-off-by: Kevin Fox <[email protected]>
* Add version info
Signed-off-by: Kevin Fox <[email protected]>
* Add version info
Signed-off-by: Kevin Fox <[email protected]>
* Fix kind version
Signed-off-by: Kevin Fox <[email protected]>
* Fix kind version
Signed-off-by: Kevin Fox <[email protected]>
* Fix kind version
Signed-off-by: Kevin Fox <[email protected]>
* Fix detection
Signed-off-by: Kevin Fox <[email protected]>
* Just for testing...
Signed-off-by: Kevin Fox <[email protected]>
* Just for testing...
Signed-off-by: Kevin Fox <[email protected]>
* Just for testing
Signed-off-by: Kevin Fox <[email protected]>
* Fix policy
Signed-off-by: Kevin Fox <[email protected]>
* Fix policy
Signed-off-by: Kevin Fox <[email protected]>
* Fix policy
Signed-off-by: Kevin Fox <[email protected]>
* Incorperate feedback
Signed-off-by: Kevin Fox <[email protected]>
* Update charts/spire/charts/spiffe-csi-driver/values.yaml
Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: kfox1111 <[email protected]>
* Update docs
Signed-off-by: Kevin Fox <[email protected]>
---------
Signed-off-by: Kevin Fox <[email protected]>
Signed-off-by: kfox1111 <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
* Configure daemonsets updateStrategy
This allows more deamonset pods to be rotated in the same time. This speeds up the updates
Signed-off-by: Marco Franssen <[email protected]>
* Incorperate feedback
Signed-off-by: Kevin Fox <[email protected]>
---------
Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: Kevin Fox <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
* SELinux support
Add support to the chart to set the SELinux context to enable a working
system. Enable it by default on OpenShift clusters.
Signed-off-by: Kevin Fox <[email protected]>
* Incorperate feedback
Signed-off-by: Kevin Fox <[email protected]>
---------
Signed-off-by: Kevin Fox <[email protected]>
The convention in most charts is to use image.tag. This patch updates the values
to use it instead of the less standard image.version.
Signed-off-by: Kevin Fox <[email protected]>
I have added a flag to the helm-docs script to include the documentation
for dependencies.
This will add more complete documentation to
https://artifacthub.io/packages/helm/spiffe/spire#values so it is easier
for our users to get started and having a complete overview.
---------
Signed-off-by: Marco Franssen <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>