diff --git a/customers/base/nextcloud-configmap.yml b/customers/base/nextcloud-configmap.yml index 9e6ee76..96020ac 100644 --- a/customers/base/nextcloud-configmap.yml +++ b/customers/base/nextcloud-configmap.yml @@ -92,7 +92,6 @@ data: 'redis' => array ( 'host' => '{{REDIS_HOST}}', - 'password' => '{{REDIS_PASSWORD}}', 'port' => 6379, ), 'forcessl' => true, diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 937c5ed..9236a1e 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -158,12 +158,7 @@ spec: - name: OBJECTSTORE_S3_SSL value: "true" - name: REDIS_HOST - value: "redis.redis" - - name: REDIS_PASSWORD - valueFrom: - secretKeyRef: - name: redis-secret - key: "redis_password" + value: "redis" - name: SITE_NAME value: "customer.drive.test.sunet.se" command: ["/bin/bash", "-c", "/usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]