credentials
Appears in
.Values.credentials
Naming scheme
$FullName-$credentialsName
(release-name-chart-name-credentials-name)
credentials
Create credentials objects
Key | credentials |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
$name
Define credentials
Key | credentials.$name |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
type
Define the type of the credentials
Key | credentials.$name.type |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | s3 |
url
Define the url of the credentials
Key | credentials.$name.url |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | https://mys3server.com |
path
Define the optional path-override of the credentials
Key | credentials.$name.path |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Example | /somecustompath |
bucket
Define the bucket of the credentials
Key | credentials.$name.bucket |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | mybucket |
accessKey
Define the accessKey of the credentials
Key | credentials.$name.accessKey |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | mysecretaccesskey |
secretKey
Define the secretKey of the credentials
Key | credentials.$name.secretKey |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | mysecretkey |
encrKey
Define the encryption key of the credentials
Key | credentials.$name.encrKey |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Example | myencryptionkey |