From cbd7da9dcfce520eea78d34bf755e9a4afedc601 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 11 Jan 2022 14:18:34 -0500 Subject: [PATCH] Add default for postgres_extra_args variable --- roles/installer/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index df7f13e3..dadb7877 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -215,6 +215,9 @@ projects_persistence: false # Define an existing PersistentVolumeClaim to use projects_existing_claim: '' # +# Define postgres configuration arguments to use +postgres_extra_args: '' + # Define the storage_class, size and access_mode # when not using an existing claim projects_storage_size: 8Gi