We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde61f3 commit 650b8daCopy full SHA for 650b8da
pkg/apis/acid.zalan.do/v1/operator_configuration_type.go
@@ -53,7 +53,7 @@ type KubernetesMetaConfiguration struct {
53
EnableInitContainers *bool `json:"enable_init_containers,omitempty"`
54
EnableSidecars *bool `json:"enable_sidecars,omitempty"`
55
SecretNameTemplate config.StringTemplate `json:"secret_name_template,omitempty"`
56
- ClusterDomain string `json:"cluster_domain"`
+ ClusterDomain string `json:"cluster_domain,omitempty"`
57
OAuthTokenSecretName spec.NamespacedName `json:"oauth_token_secret_name,omitempty"`
58
InfrastructureRolesSecretName spec.NamespacedName `json:"infrastructure_roles_secret_name,omitempty"`
59
PodRoleLabel string `json:"pod_role_label,omitempty"`
0 commit comments