Add the option to disable unix workloadattestor (#26)

Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-02-23 10:32:35 +01:00
committed by GitHub
co-authored by Faisal Memon
parent 115d9bdf80
commit 8a3ae10da5
3 changed files with 10 additions and 0 deletions
@@ -35,5 +35,6 @@ A Helm chart to install the SPIRE agent.
| waitForIt.image.repository | string | `"chainguard/wait-for-it"` | |
| waitForIt.image.version | string | `"latest-20230113"` | |
| waitForIt.resources | object | `{}` | |
| workloadAttestors.unix.enabled | bool | `false` | enables the Unix workload attestor |
----------------------------------------------