We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6e9160 + 21fe064 commit 3adcc28Copy full SHA for 3adcc28
1 file changed
apis/dataplane/v1beta1/common.go
@@ -79,7 +79,7 @@ type DataSource struct {
79
type AnsibleOpts struct {
80
// AnsibleUser SSH user for Ansible connection
81
// +kubebuilder:validation:Optional
82
- AnsibleUser string `json:"ansibleUser"`
+ AnsibleUser string `json:"ansibleUser,omitempty"`
83
84
// AnsibleHost SSH host for Ansible connection
85
0 commit comments