MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD

Commits:

1 changed file:

Changes:

  • apps/base/nextcloud/helmrelease.yaml
    ... ... @@ -47,7 +47,7 @@ spec:
    47 47
             no-passwordless.config.php: |
    
    48 48
               <?php
    
    49 49
               $CONFIG = array (
    
    50
    -            'auth.webauthn.enabled' => true, 
    
    50
    +            'auth.webauthn.enabled' => false,
    
    51 51
               );
    
    52 52
           extraEnv:
    
    53 53
             - name: PGSSLMODE