From eaa89694a82c641024315e3b4c60d16388ac53cb Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 14 Jun 2019 19:17:22 -0400 Subject: [PATCH] Removed unneeded directory option --- templates/GitLab-Runner/0/rancher-compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/GitLab-Runner/0/rancher-compose.yml b/templates/GitLab-Runner/0/rancher-compose.yml index 7c97e45..8140b66 100644 --- a/templates/GitLab-Runner/0/rancher-compose.yml +++ b/templates/GitLab-Runner/0/rancher-compose.yml @@ -64,12 +64,4 @@ catalog: (Optional) The local IP address of the GitLab service. # default: "" required: false - type: string - - - variable: "DATA_DIR" - label: "Data Directory" - description: | - The directory to store persistent data for the stack. - default: "Personal/GitLab-Runner" - required: true type: string \ No newline at end of file