Add rootTlsSecret

[ZITADOPER-1]
This commit is contained in:
Haim Kortovich
2024-05-27 22:29:43 -05:00
parent 100fc7cc54
commit 7c0db9861f
6 changed files with 56 additions and 1 deletions

View File

@@ -175,6 +175,20 @@ spec:
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
rootTLSSecret:
description: SecretReference represents a Secret Reference. It has
enough information to retrieve secret in any namespace
properties:
name:
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
serviceAnnotations:
additionalProperties:
type: string
@@ -235,6 +249,7 @@ spec:
- image
- purpose
- resources
- rootTLSSecret
- smtpConfig
type: object
status: