Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recommended comments for cloud persistent types #1902

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions stable/artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,13 +782,13 @@ artifactory:
## nfs
## google-storage
## google-storage-v2
## google-storage-v2-direct
## google-storage-v2-direct (recommended for GCS)
## aws-s3-v3
## s3-storage-v3-direct
## s3-storage-v3-direct (recommended for S3)
## s3-storage-v3-archive
## azure-blob
## azure-blob-storage-direct
## azure-blob-storage-v2-direct
## azure-blob-storage-v2-direct (recommended for Azure Blob Storage)
type: file-system
## Use binarystoreXml to provide a custom binarystore.xml
## This is intentionally commented and below previous content of binarystoreXml is moved under files/binarystore.xml
Expand Down
6 changes: 3 additions & 3 deletions stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -758,15 +758,15 @@ artifactory:
## nfs
## google-storage
## google-storage-v2
## google-storage-v2-direct
## google-storage-v2-direct (recommended for GCS)
## cluster-google-storage-v2
## aws-s3-v3
## s3-storage-v3-direct
## s3-storage-v3-direct (recommended for S3)
## cluster-s3-storage-v3
## s3-storage-v3-archive
## azure-blob
## azure-blob-storage-direct
## azure-blob-storage-v2-direct
## azure-blob-storage-v2-direct (recommended for Azure Blob Storage)
## cluster-azure-blob-storage
type: file-system
## Use binarystoreXml to provide a custom binarystore.xml
Expand Down
Loading