diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md index d08c7e2..db1d037 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md @@ -34,6 +34,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider. | `replicaCount` | Replica count | `1` | | `namespaceOverride` | Namespace override | `""` | | `annotations` | Annotations for the deployment | `{}` | +| `labels` | Labels for the deployment | `{}` | | `image.registry` | The OCI registry to pull the image from | `ghcr.io` | | `image.repository` | The repository within the registry | `spiffe/oidc-discovery-provider` | | `image.pullPolicy` | The image pull policy | `IfNotPresent` | diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml index 15f563b..ff143f3 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml @@ -26,6 +26,12 @@ namespaceOverride: "" ## @param annotations [object] Annotations for the deployment annotations: {} +## @param labels [object] Labels for the deployment +labels: {} + # if you configured your controller manager to register pods based on labels, you need to add these labels here too + # For instance: + # spiffe.io/spiffe-id: "true" + image: ## @param image.registry The OCI registry to pull the image from ## @param image.repository The repository within the registry