Add support for disabling container selectors (#399)

This commit is contained in:
Faisal Memon
2023-07-27 13:27:57 -04:00
committed by GitHub
parent 4687e20dbf
commit 9a6768bca1
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -283,6 +283,7 @@ Now you can interact with the Spire agent socket from your own application. The
| spire-agent.waitForIt.image.tag | string | `"latest-20230517"` | Overrides the image tag |
| spire-agent.waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
| spire-agent.waitForIt.resources | object | `{}` | |
| spire-agent.workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |
| spire-agent.workloadAttestors.k8s.skipKubeletVerification | bool | `true` | If true, kubelet certificate verification is skipped |
| spire-agent.workloadAttestors.unix.enabled | bool | `false` | enables the Unix workload attestor |
| spire-server.affinity | object | `{}` | |