# Functions
NewHelmValuesFromCobraFlags returns an initialized HelmValuesFromCobraFlags.
# Constants
DOWNLOAD_SERVER_PV_SIZE download server PV size.
EVENTSTORE_PV_SIZE eventstore PV size.
MONGODB_PV_SIZE mongo DB PV size.
POSTGRES_PV_SIZE postgres PV size.
PostgresSSLModeDisable denotes disabled postgres SSL mode.
PostgresSSLModeRequire denotes require postgres SSL mode.
REPORT_STORAGE_PV_SIZE report storage PV size.
SMTPTLSModeDisable denotes disabled SMTP TLS mode.
SMTPTLSModeRequireStartTLS denotes require-starttls SMTP TLS mode.
SMTPTLSModeRequireTLS denotes require-tls SMTP TLS mode.
SMTPTLSModeTryStartTLS denotes try-starttls SMTP TLS mode.
UPLOAD_SERVER_PV_SIZE upload server PV size.
# Structs
FlagTree is a set of fields needed to configure the Polaris Reporting Helm Chart.
HelmValuesFromCobraFlags is a type for converting synopsysctl flags to Helm Chart fields and values args: map of helm chart field to value.
SMTPDetails configures SMTP specifications.
# Type aliases
PostgresSSLMode configures the Postgres SSL mode.
SMTPTLSMode configures the SMTP TLS mode.