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 719505a commit 340dc4aCopy full SHA for 340dc4a
pkg/apis/acid.zalan.do/v1/operator_configuration_type.go
@@ -45,7 +45,7 @@ type KubernetesMetaConfiguration struct {
45
PodServiceAccountDefinition string `json:"pod_service_account_definition,omitempty"`
46
PodServiceAccountRoleBindingDefinition string `json:"pod_service_account_role_binding_definition,omitempty"`
47
PodTerminateGracePeriod Duration `json:"pod_terminate_grace_period,omitempty"`
48
- SpiloPrivileged bool `json:"spilo_privileged,omitemty"`
+ SpiloPrivileged bool `json:"spilo_privileged,omitempty"`
49
SpiloFSGroup *int64 `json:"spilo_fsgroup,omitempty"`
50
WatchedNamespace string `json:"watched_namespace,omitempty"`
51
PDBNameFormat config.StringTemplate `json:"pdb_name_format,omitempty"`
0 commit comments