Verified Commit b4ee1333 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Redirect *_LIST variables to /etc/wordpress/config in Kustomize config

parent 1c8bc697
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -53,6 +53,14 @@ spec:
            name: wp-secrets-env
            optional: true

        env:
        - name: PLUGINS_LIST
          value: /ect/wordpress/config/plugins.txt
        - name: THEMES_LIST
          value: /etc/wordpress/config/themes.txt
        - name: LANGUAGES_LIST
          value: /etc/wordpress/config/languages.txt

        volumeMounts:
        - name: config
          mountPath: /etc/wordpress/config