We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--- apiVersion: storage.azure.upbound.io/v1beta2 kind: Account metadata: name: test annotations: meta.upbound.io/example-id: storage/v1beta2/blob labels: testing.upbound.io/example-name: test spec: providerConfigRef: name: default forProvider: accountReplicationType: LRS accountTier: Standard location: usgovvirginia resourceGroupName: testrg blobProperties: - versioningEnabled: false --- apiVersion: storage.azure.upbound.io/v1beta2 kind: Container metadata: annotations: meta.upbound.io/example-id: storage/v1beta2/blob labels: testing.upbound.io/example-name: test name: test spec: providerConfigRef: name: default forProvider: containerAccessType: private storageAccountNameSelector: matchLabels: testing.upbound.io/example-name: test --- apiVersion: storage.azure.upbound.io/v1beta2 kind: Blob metadata: annotations: meta.upbound.io/example-id: storage/v1beta2/blob labels: testing.upbound.io/example-name: test name: test spec: providerConfigRef: name: default forProvider: storageAccountNameSelector: matchLabels: testing.upbound.io/example-name: test storageContainerNameSelector: matchLabels: testing.upbound.io/example-name: test type: Block
Storage Account gets created however Container and Blob error out
expected the account "testi.blob.core.windows.net" to use a domain suffix of "core.usgovcloudapi.net"
1.18.0
1.10.1
1.30.3
EKS, AKS
I believe the issue may be related to these lines
provider-upjet-azure/config/externalname.go
Lines 838 to 840 in 527df19
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
What happened?
Storage Account gets created however Container and Blob error out
Relevant Error Output Snippet
Crossplane Version
1.18.0
Provider Version
1.10.1
Kubernetes Version
1.30.3
Kubernetes Distribution
EKS, AKS
Additional Info
I believe the issue may be related to these lines
provider-upjet-azure/config/externalname.go
Lines 838 to 840 in 527df19
The text was updated successfully, but these errors were encountered: