From f9395f725907e3f2f6d220f7caecdba849b15939 Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Mon, 12 Oct 2015 13:06:41 +0200
Subject: [PATCH] add submodule postgres

---
 .gitmodules        | 4 ++++
 roles/k8s-postgres | 1 +
 2 files changed, 5 insertions(+)
 create mode 160000 roles/k8s-postgres

diff --git a/.gitmodules b/.gitmodules
index 0b79f897a..d76ecd289 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -12,3 +12,7 @@
     path = roles/k8s-skydns
     url = https://github.com/ansibl8s/k8s-skydns.git
     branch = v1.0
+[submodule "roles/k8s-postgres"]
+    path = roles/k8s-postgres
+    url = https://github.com/ansibl8s/k8s-postgres.git
+    branch = v1.0
diff --git a/roles/k8s-postgres b/roles/k8s-postgres
new file mode 160000
index 000000000..3451450d0
--- /dev/null
+++ b/roles/k8s-postgres
@@ -0,0 +1 @@
+Subproject commit 3451450d02df5eaf805805ac8916adc37a80f484
-- 
GitLab