Closed turkenf closed 1 year ago
In this PR:
v0.5.0
I have:
make reviewable
crddiff:
It skips when no changes are made
On line 75 in provider-terraform/apis/v1beta1/workspace_types.go replace
provider-terraform/apis/v1beta1/workspace_types.go
Name string `json:"name"`
with
// +kubebuilder:validation:Optional Name *string `json:"name,omitempty"`
Caller workflow manually tested on turkenf/uptest and turkenf/provider-terraform
turkenf/uptest
turkenf/provider-terraform
something is wrong with check diff
Thank you, I am working on this
All committers have signed the CLA.
/test-examples="examples/workspace-inline-aws.yaml"
Description of your changes
In this PR:
v0.5.0
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
crddiff:
It skips when no changes are made
On line 75 in
provider-terraform/apis/v1beta1/workspace_types.go
replacewith
Caller workflow manually tested on
turkenf/uptest
andturkenf/provider-terraform