Skip to content

Commit

Permalink
Updating neptune version and kustomize files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 11, 2024
1 parent 9164d89 commit 01431cb
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/neptune_manager_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e1d18a8
0fd6222
44 changes: 42 additions & 2 deletions unified-installer/neptune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,49 @@ spec:
description: Prefix is an optional path which will be prefixed to the names of all entities stored in the vault.
type: string
providerConfig:
additionalProperties:
type: string
description: ProviderConfig stores the configuration necessary to access the AppVault using the specified provider.
properties:
azure:
description: Azure stores the configurations of Azure storage provider.
properties:
accountName:
type: string
bucketName:
type: string
endpoint:
type: string
required:
- accountName
- bucketName
- endpoint
type: object
gcp:
description: GCP Stores the configurations of GCP storage provider configurations.
properties:
bucketName:
type: string
projectID:
type: string
required:
- bucketName
- projectID
type: object
s3:
description: S3 stores the configurations for storage providers such as ONTAP, StorageGRID, Generic S3, and AWS.
properties:
bucketName:
type: string
endpoint:
type: string
secure:
description: If unspecified, defaults to true.
type: string
skipCertValidation:
type: string
required:
- bucketName
- endpoint
type: object
type: object
providerCredentials:
additionalProperties:
Expand Down

0 comments on commit 01431cb

Please sign in to comment.