fix: added envVars too :)
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
d3ab792e5c
commit
34331b9b4f
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Catalogue all images of a Kubernetes cluster to Git with Syft
|
description: Catalogue all images of a Kubernetes cluster to Git with Syft
|
||||||
name: sbom-operator
|
name: sbom-operator
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
home: https://github.com/ckotzbauer/sbom-operator
|
home: https://github.com/ckotzbauer/sbom-operator
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ The following table lists the configurable parameters of the sbom-operator chart
|
||||||
| `image.tag` | container image tag | `0.1.0` |
|
| `image.tag` | container image tag | `0.1.0` |
|
||||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `args` | argument object for cli-args | `{}` |
|
| `args` | argument object for cli-args | `{}` |
|
||||||
|
| `envVars` | environment variables | `{}` |
|
||||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||||
| `tolerations` | node tolerations for pod assignment | `[]` |
|
| `tolerations` | node tolerations for pod assignment | `[]` |
|
||||||
| `affinity` | node affinity for pod assignment | `{}` |
|
| `affinity` | node affinity for pod assignment | `{}` |
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@ image:
|
||||||
|
|
||||||
args: {}
|
args: {}
|
||||||
|
|
||||||
|
envVars: {}
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue