Skip to content

Commit

Permalink
Merge pull request #77 from crossplane-contrib/fix/gke-init-nodeconfi…
Browse files Browse the repository at this point in the history
…guration

fix(init): not init eks values when using gke
  • Loading branch information
haarchri authored May 5, 2024
2 parents 91c7855 + 0640d34 commit f362bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/castai/v1alpha1/zz_nodeconfiguration_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/nodeconfiguration/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ func Configure(p *config.Provider) {
Type: "github.com/crossplane-contrib/crossplane-provider-castai/apis/castai/v1alpha1.EksClusterId",
},
}
r.LateInitializer = config.LateInitializer{
IgnoredFields: []string{"eks"},
}
})
}

0 comments on commit f362bea

Please sign in to comment.