chore: Update manifests after automerge
This commit is contained in:
@@ -272,6 +272,10 @@ spec:
|
||||
type: integer
|
||||
signerName:
|
||||
type: string
|
||||
userAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- keyType
|
||||
- signerName
|
||||
@@ -544,6 +548,10 @@ spec:
|
||||
type: integer
|
||||
signerName:
|
||||
type: string
|
||||
userAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- keyType
|
||||
- signerName
|
||||
@@ -845,6 +853,10 @@ spec:
|
||||
type: integer
|
||||
signerName:
|
||||
type: string
|
||||
userAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- keyType
|
||||
- signerName
|
||||
@@ -1189,6 +1201,10 @@ spec:
|
||||
type: integer
|
||||
signerName:
|
||||
type: string
|
||||
userAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- keyType
|
||||
- signerName
|
||||
@@ -1284,6 +1300,28 @@ spec:
|
||||
description: Whether host networking is enabled for the Ganesha server. If not set, the network settings from the cluster CR will be applied.
|
||||
nullable: true
|
||||
type: boolean
|
||||
image:
|
||||
description: |-
|
||||
Image is the container image used to launch the Ceph NFS (Ganesha) daemon(s).
|
||||
The image must include the NFS Ganesha binaries, such as are included with the official Ceph releases. E.g.: quay.io/ceph/ceph:<tag>
|
||||
If not specified, the Ceph image defined in the CephCluster is used.
|
||||
Overriding the CephCluster defined image is not normally necessary when using the official Ceph images.
|
||||
The image must contain the NFS Ganesha and dbus packages.
|
||||
If the SSSD sidecar is enabled, the image must also contain the sssd-client package.
|
||||
maxLength: 1572864
|
||||
minLength: 1
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: |-
|
||||
ImagePullPolicy describes a policy for if/when to pull a container image
|
||||
One of Always, Never, IfNotPresent.
|
||||
This field only has effect if an image is specified.
|
||||
enum:
|
||||
- IfNotPresent
|
||||
- Always
|
||||
- Never
|
||||
- ""
|
||||
type: string
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user