Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/client/v1beta1/openstackclient_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type OpenStackClientSpec struct {
OpenStackClientSpecCore `json:",inline"`

// +kubebuilder:validation:Required
// ContainerImage for the the OpenstackClient container (will be set to environmental default if empty)
// ContainerImage for the OpenstackClient container (will be set to environmental default if empty)
ContainerImage string `json:"containerImage"`
}

Expand Down
2 changes: 1 addition & 1 deletion docs/assemblies/condition.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OpenStackDataPlaneNodeSet uses the following conditions:
| True when the NodeSet has been deployed successfully. False when the deployment is not yet requested or failed, or there are other failed conditions.

| DeploymentReady
| True when the the NodeSet has been deployed successfully
| True when the NodeSet has been deployed successfully

| InputReady
| True when the required inputs are available and ready
Expand Down
Loading