Skip to content

Commit

Permalink
Merge pull request #94 from chrismellard/master
Browse files Browse the repository at this point in the history
fix: AzureDNSConfig was incorrectly promoted field rather than nested
  • Loading branch information
jenkins-x-bot authored Dec 10, 2020
2 parents 09981a0 + 27d9718 commit bb47b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/core/v4beta1/requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ type AzureSecretConfig struct {
type AzureConfig struct {
// RegistrySubscription the registry subscription for defaulting the container registry.
// Not used if you specify a Registry explicitly
RegistrySubscription string `json:"registrySubscription,omitempty"`
*AzureDNSConfig `json:"dns,omitempty"`
RegistrySubscription string `json:"registrySubscription,omitempty"`
AzureDNSConfig *AzureDNSConfig `json:"dns,omitempty"`
AzureSecretStorageConfig *AzureSecretConfig `json:"secretStorage,omitempty"`
}

Expand Down

0 comments on commit bb47b3b

Please sign in to comment.