diff --git a/chart/drupalsite-operator/templates/manager-deploy.yaml b/chart/drupalsite-operator/templates/manager-deploy.yaml index b953eed59005b6415fae4ac80b799c6de58249d2..887b93968ef43a8ae52bcb9efe72e3f3bc60aff1 100644 --- a/chart/drupalsite-operator/templates/manager-deploy.yaml +++ b/chart/drupalsite-operator/templates/manager-deploy.yaml @@ -26,6 +26,7 @@ spec: - --sitebuilder-image={{.Values.drupalsiteOperator.sitebuilderImage}} - --php-fpm-exporter-image={{.Values.drupalsiteOperator.phpFpmExporterImage}} - --webdav-image={{.Values.drupalsiteOperator.webdavImage}} + - --ssoproxy-image={{.Values.drupalsiteOperator.ssoProxyImage}} - --zap-stacktrace-level={{.Values.drupalsiteOperator.logStacktraceLevel}} - --zap-log-level={{.Values.drupalsiteOperator.logLevel}} - --parallel-thread-count={{.Values.drupalsiteOperator.parallelThreadCount}} diff --git a/chart/drupalsite-operator/values.yaml b/chart/drupalsite-operator/values.yaml index d08e4c7441065bd45d3bc6f54af76a6c2547df6e..1ca025a98567d9bafcf200fe15d635c299ae38b8 100644 --- a/chart/drupalsite-operator/values.yaml +++ b/chart/drupalsite-operator/values.yaml @@ -19,6 +19,7 @@ drupalsiteOperator: sitebuilderImage: "gitlab-registry.cern.ch/drupal/paas/cern-drupal-distribution/site-builder" phpFpmExporterImage: "gitlab-registry.cern.ch/drupal/paas/php-fpm-prometheus-exporter:RELEASE.2021.06.02T09-41-38Z" webdavImage: "gitlab-registry.cern.ch/drupal/paas/sabredav/webdav:RELEASE-2021.10.12T17-55-06Z" + ssoProxyImage: "quay.io/oauth2-proxy/oauth2-proxy:latest" # Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity logLevel: "3" # Zap Level at and above which stacktraces are captured (one of 'info', 'error')