Skip to content

Conversation

@KoomeKiriinya
Copy link

@CLAassistant
Copy link

CLAassistant commented Sep 18, 2025

CLA assistant check
All committers have signed the CLA.

@andrewstucki
Copy link
Contributor

Hi @KoomeKiriinya that schema file is actually generated from a go struct. It also looks like we're missing some other fields that are leveraged in configuring tiered storage on Azure, so I went ahead and opened up #1101 that incorporates this and adds the other fields. Thanks for bringing this to our attention!

@chrisseto
Copy link
Contributor

Thanks for the PR @KoomeKiriinya! I'm going to close this in favor of Andrew's #1101.

You can also use config.cluster, which has no schema validation, to specify configuration for tiered storage:

config:
  cluster:
    cloud_storage_credentials_source: azure_vm_instance_metadata

If you need to refer to values that are stored in configmaps / secrets, you can use config.extraClusterConfiguration:

  config:
    extraClusterConfiguration:
      cloud_storage_credentials_source:
        secretKeyRef:
          name: my-secret
          key: cloud_storage_credentials_source

@chrisseto chrisseto closed this Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants