Fernando K pushed to branch main at Root / Kubernetes / FluxCD

Commits:

1 changed file:

Changes:

  • apps/base/matrix/helmrelease.yaml
    ... ... @@ -104,4 +104,9 @@ spec:
    104 104
       valuesFrom:
    
    105 105
         - kind: ConfigMap
    
    106 106
           name: element-web-configuration
    
    107
    -      targetPath: elementWeb.additional
    107
    +      valuesKey: config.json
    
    108
    +      targetPath: elementWeb.additional.'config.json'
    
    109
    +    - kind: ConfigMap
    
    110
    +      name: element-web-configuration
    
    111
    +      valuesKey: themes-config.json
    
    112
    +      targetPath: elementWeb.additional.'themes-config.json'