From 9c6777e14e6eece07e10fbc732389d8d42a929a4 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 24 Mar 2022 16:06:18 +0100
Subject: [PATCH] comment out example values

---
 values-local.yaml.example | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/values-local.yaml.example b/values-local.yaml.example
index 9fcf474..e1ff09a 100644
--- a/values-local.yaml.example
+++ b/values-local.yaml.example
@@ -37,13 +37,14 @@ wordpress:
     #   # IF debug.wp_debug, log to display (i.e. inside the site)
     #   wp_debug_display: false
 
-  # Edit this list to add plugins that will be installed before the WordPress
-  # container starts.
-  plugins:
-    # Download plugin by slug from WordPress
-    - classic-editor
-    # Download plugin from extraordinary location
-    - https://github.com/level73/stackspin-plugin/archive/refs/heads/main.zip
+  # Uncomment and edit this list to add plugins that will be installed before
+  # the WordPress container starts.
+  #
+  # plugins:
+  #   # Download plugin by slug from WordPress
+  #   - classic-editor
+  #   # Download plugin from extraordinary location
+  #   - https://github.com/level73/stackspin-plugin/archive/refs/heads/main.zip
 
 
   # Install includes all parent, child, default, active and fallback themes
-- 
GitLab