Skip to content

Commit

Permalink
remove type from values file. update docs for 'key'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Grass committed Oct 31, 2023
1 parent f6eb3fc commit bf62b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Chart for basic single Flyte executable deployment
| configuration.storage.providerConfig.azure.account | string | `"storage-account-name"` | |
| configuration.storage.providerConfig.azure.configDomainSuffix | string | `""` | |
| configuration.storage.providerConfig.azure.configUploadConcurrency | int | `4` | |
| configuration.storage.providerConfig.azure.type | string | `"stow"` | |
| configuration.storage.providerConfig.gcs.project | string | `"my-organization-gcp-project"` | |
| configuration.storage.providerConfig.s3.accessKey | string | `""` | |
| configuration.storage.providerConfig.s3.authType | string | `"iam"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/flyte-binary/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ data:
{{- if .key }}
key: {{ .key }}
{{- end }}
{{- if .ConfigDomainSuffix }}
configDomainSuffix: {{ .ConfigDomainSuffix }}
{{- if .configDomainSuffix }}
configDomainSuffix: {{ .configDomainSuffix }}
{{- end }}
{{- if .ConfigUploadConcurrency }}
configUploadConcurrency: {{ .ConfigUploadConcurrency }}
Expand Down
3 changes: 2 additions & 1 deletion charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ configuration:
configDomainSuffix: ""
# configUploadConcurrency Upload Concurrency (default 4)
configUploadConcurrency: 4
type: stow
# account Storage Account name
account: "storage-account-name"
# key Storage Account key if used
#key: ""
# logging Specify configuration for logs emitted by Flyte
logging:
# level Set the log level
Expand Down

0 comments on commit bf62b2c

Please sign in to comment.