Added support for create.
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
This commit is contained in:
parent
a76ce5ceee
commit
3a4b0a1c73
3 changed files with 13 additions and 2 deletions
|
|
@ -38,6 +38,9 @@ create:
|
|||
|
||||
# The tag of the image to use
|
||||
tag: latest
|
||||
|
||||
# The number of replicas of the Hashicorp Vault instance to create
|
||||
#replicaCount: 1
|
||||
|
||||
# Configurations for the ingress of the created Hashicorp Vault instance
|
||||
ingress:
|
||||
|
|
@ -65,6 +68,12 @@ create:
|
|||
storageClassName: vault-role-vars-rook-cephfs
|
||||
size: 512Mi
|
||||
|
||||
# The capabilities of the policy to create for the app
|
||||
policyCapabilities:
|
||||
- read
|
||||
- create
|
||||
- update
|
||||
|
||||
# Configurations for the AppRole authentication method for the created Vault instance
|
||||
appRole:
|
||||
# The name of the environment variable/secret that contains the Role ID for the app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue