Skip to content

Commit 650b8da

Browse files
grantlangloismlu42
andauthored
add json:omitempty option to ClusterDomain (zalando#851)
Co-authored-by: mlu42 <[email protected]>
1 parent cde61f3 commit 650b8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/acid.zalan.do/v1/operator_configuration_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type KubernetesMetaConfiguration struct {
5353
EnableInitContainers *bool `json:"enable_init_containers,omitempty"`
5454
EnableSidecars *bool `json:"enable_sidecars,omitempty"`
5555
SecretNameTemplate config.StringTemplate `json:"secret_name_template,omitempty"`
56-
ClusterDomain string `json:"cluster_domain"`
56+
ClusterDomain string `json:"cluster_domain,omitempty"`
5757
OAuthTokenSecretName spec.NamespacedName `json:"oauth_token_secret_name,omitempty"`
5858
InfrastructureRolesSecretName spec.NamespacedName `json:"infrastructure_roles_secret_name,omitempty"`
5959
PodRoleLabel string `json:"pod_role_label,omitempty"`

0 commit comments

Comments
 (0)