Skip to content

Commit

Permalink
Merge pull request #395 from joejulian/fix_azure_keys
Browse files Browse the repository at this point in the history
redpanda: do not set azure keys to empty strings
  • Loading branch information
Rafal Korepta committed Mar 21, 2023
2 parents 3d2a4bb + 0c92db5 commit b5a8a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 3.0.4
version: 3.0.5

# The app version is the default version of Redpanda to install.
appVersion: v23.1.1
Expand Down
6 changes: 3 additions & 3 deletions charts/redpanda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ storage:
cloud_storage_secret_key: ""
cloud_storage_api_endpoint: ""
# Required for ABS.
cloud_storage_azure_container: ""
cloud_storage_azure_container: null
# Required for ABS.
cloud_storage_azure_storage_account: ""
cloud_storage_azure_storage_account: null
# Required for ABS.
cloud_storage_azure_shared_key: ""
cloud_storage_azure_shared_key: null
# Available starting from 22.3.X
# Required for AWS and GCS authentication with IAM roles.
cloud_storage_credentials_source: config_file
Expand Down

0 comments on commit b5a8a7b

Please sign in to comment.