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