diff --git a/decapod-apps-templates/template-postgresql.yaml b/decapod-apps-templates/template-postgresql.yaml index 3e835c7..ccdf5d9 100644 --- a/decapod-apps-templates/template-postgresql.yaml +++ b/decapod-apps-templates/template-postgresql.yaml @@ -11,7 +11,7 @@ spec: source: path: ${DECAPOD_SITE_NAME}/decapod-controller/postgresql repoURL: ${DECAPOD_MANIFESTS_GIT_REPO_URL} - targetRevision: HEAD + targetRevision: ${GIT_REVISION} syncPolicy: syncOptions: - CreateNamespace=false diff --git a/decapod-apps/postgresql.yaml b/decapod-apps/postgresql.yaml index 9dd1a8e..e414dd4 100644 --- a/decapod-apps/postgresql.yaml +++ b/decapod-apps/postgresql.yaml @@ -11,7 +11,7 @@ spec: source: path: decapod-reference/decapod-controller/postgresql repoURL: https://github.com/openinfradev/decapod-manifests.git - targetRevision: HEAD + targetRevision: release-v2 syncPolicy: syncOptions: - CreateNamespace=false