Use dynamic load of modules

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-08 20:47:01 -03:00
parent 91c6d1a081
commit e659efbfdb
3 changed files with 57 additions and 5 deletions

View file

@ -652,11 +652,6 @@ type Configuration struct {
// +optional
GlobalExternalAuth GlobalExternalAuth `json:"global-external-auth"`
// EnableInfluxDB enables the nginx InfluxDB extension
// http://github.com/influxdata/nginx-influxdb-module/
// By default this is disabled
EnableInfluxDB bool `json:"enable-influxdb"`
// Checksum contains a checksum of the configmap configuration
Checksum string `json:"-"`