Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Sep 5, 2024
1 parent ecb3395 commit dc16e06
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ceph.rook.io/cephnfs_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,12 +844,12 @@
"description": "Sidecar tells Rook to run SSSD in a sidecar alongside the NFS-Ganesha server in each NFS pod.",
"properties": {
"additionalFiles": {
"description": "AdditionalFiles defines any number of additional files that should be mounted into the SSSD\nsidecar. These files may be referenced by the sssd.conf config file.",
"description": "AdditionalFiles defines any number of additional files that should be mounted into the SSSD\nsidecar with a directory root of `/etc/sssd/rook-additional/`.\nThese files may be referenced by the sssd.conf config file.",
"items": {
"description": "SSSDSidecarAdditionalFile represents the source from where additional files for the the SSSD\nconfiguration should come from and are made available.",
"description": "AdditionalVolumeMount represents the source from where additional files in pod containers\nshould come from and what subdirectory they are made available in.",
"properties": {
"subPath": {
"description": "SubPath defines the sub-path in `/etc/sssd/rook-additional/` where the additional file(s)\nwill be placed. Each subPath definition must be unique and must not contain ':'.",
"description": "SubPath defines the sub-path (subdirectory) of the directory root where the volumeSource will\nbe mounted. All files/keys in the volume source's volume will be mounted to the subdirectory.\nThis is not the same as the Kubernetes `subPath` volume mount option.\nEach subPath definition must be unique and must not contain ':'.",
"minLength": 1,
"pattern": "^[^:]+$",
"type": "string"
Expand Down
Loading

0 comments on commit dc16e06

Please sign in to comment.