From fb13b42db93df3eb8a5da713df6218002fbcf1de Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Wed, 14 Oct 2015 13:30:17 +0200 Subject: [PATCH] add postgres submodule --- .gitmodules | 3 +++ roles/apps/k8s-postgres | 1 + 2 files changed, 4 insertions(+) create mode 160000 roles/apps/k8s-postgres diff --git a/.gitmodules b/.gitmodules index a4cd1f56a..5ab14d86d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "roles/apps/k8s-haproxy"] path = roles/apps/k8s-haproxy url = https://github.com/ansibl8s/k8s-haproxy.git +[submodule "roles/apps/k8s-postgres"] + path = roles/apps/k8s-postgres + url = https://github.com/ansibl8s/k8s-postgres.git diff --git a/roles/apps/k8s-postgres b/roles/apps/k8s-postgres new file mode 160000 index 000000000..62efba7e4 --- /dev/null +++ b/roles/apps/k8s-postgres @@ -0,0 +1 @@ +Subproject commit 62efba7e423a6b5cbd365a4f55d96c392e776e02