File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ type Resources struct {
2828 PodLabelWaitTimeout time.Duration `name:"pod_label_wait_timeout" default:"10m"`
2929 PodDeletionWaitTimeout time.Duration `name:"pod_deletion_wait_timeout" default:"10m"`
3030 PodTerminateGracePeriod time.Duration `name:"pod_terminate_grace_period" default:"5m"`
31- SpiloRunAsUser * int64 `json :"spilo_runasuser,omitempty"`
32- SpiloRunAsGroup * int64 `json :"spilo_runasgroup,omitempty"`
31+ SpiloRunAsUser * int64 `name :"spilo_runasuser,omitempty"`
32+ SpiloRunAsGroup * int64 `name :"spilo_runasgroup,omitempty"`
3333 SpiloFSGroup * int64 `name:"spilo_fsgroup"`
3434 PodPriorityClassName string `name:"pod_priority_class_name"`
3535 ClusterDomain string `name:"cluster_domain" default:"cluster.local"`
You can’t perform that action at this time.
0 commit comments