Merge remote-tracking branch 'origin/main' into misc/operator-namespace-installation

This commit is contained in:
Sheen Capadngan
2024-12-13 03:49:10 +08:00
166 changed files with 3949 additions and 1830 deletions

View File

@@ -282,6 +282,20 @@ spec:
description: 'The Kubernetes Secret type (experimental feature).
More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types'
type: string
template:
description: The template to transform the secret data
properties:
data:
additionalProperties:
type: string
description: The template key values
type: object
includeAllSecrets:
description: This injects all retrieved secrets into the top
level of your template. Secrets defined in the template will
take precedence over the injected ones.
type: boolean
type: object
required:
- secretName
- secretNamespace