Add labels to the spiffe-oidc-discovery-provider values.yaml (#656)
* add labels to the spiffe-oidc-discovery-provider values.yaml Signed-off-by: tuxotron <[email protected]> * add labels to readme Signed-off-by: tuxotron <[email protected]> * Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 in /tests (#654) Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.38.1 to 1.38.2. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.38.1...v1.38.2) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: tuxotron <[email protected]> * Bump test chart dependencies (#658) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcofranssen <[email protected]> Signed-off-by: tuxotron <[email protected]> --------- Signed-off-by: tuxotron <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: spire-helm-version-checker[bot] <161522935+spire-helm-version-checker[bot]@users.noreply.github.com> Co-authored-by: marcofranssen <[email protected]>
This commit is contained in:
co-authored by
dependabot[bot]
marcofranssen
spire-helm-version-checker[bot]
parent
6376190b0b
commit
d6edae682b
@@ -34,6 +34,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
|
|||||||
| `replicaCount` | Replica count | `1` |
|
| `replicaCount` | Replica count | `1` |
|
||||||
| `namespaceOverride` | Namespace override | `""` |
|
| `namespaceOverride` | Namespace override | `""` |
|
||||||
| `annotations` | Annotations for the deployment | `{}` |
|
| `annotations` | Annotations for the deployment | `{}` |
|
||||||
|
| `labels` | Labels for the deployment | `{}` |
|
||||||
| `image.registry` | The OCI registry to pull the image from | `ghcr.io` |
|
| `image.registry` | The OCI registry to pull the image from | `ghcr.io` |
|
||||||
| `image.repository` | The repository within the registry | `spiffe/oidc-discovery-provider` |
|
| `image.repository` | The repository within the registry | `spiffe/oidc-discovery-provider` |
|
||||||
| `image.pullPolicy` | The image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | The image pull policy | `IfNotPresent` |
|
||||||
|
|||||||
@@ -26,6 +26,12 @@ namespaceOverride: ""
|
|||||||
## @param annotations [object] Annotations for the deployment
|
## @param annotations [object] Annotations for the deployment
|
||||||
annotations: {}
|
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:
|
image:
|
||||||
## @param image.registry The OCI registry to pull the image from
|
## @param image.registry The OCI registry to pull the image from
|
||||||
## @param image.repository The repository within the registry
|
## @param image.repository The repository within the registry
|
||||||
|
|||||||
Reference in New Issue
Block a user