diff options
author | 2018-06-27 13:40:59 +0000 | |
---|---|---|
committer | 2018-06-27 13:40:59 +0000 | |
commit | c56a875ee5276336b370fca695a3af8b5e666f4b (patch) | |
tree | 304c3f9e3efd698ce7ab7478e5348871d986a7a1 | |
parent | 44fc09288d92009579f4b5e76faa05c264e158b2 (diff) | |
parent | e32d02498749b9243a981b571ead8a9ff79debee (diff) |
Merge "Fix Policy Nexus liveness initialDelaySeconds"
-rw-r--r-- | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 19250d8..9a51839 100644 --- a/values.yaml +++ b/values.yaml @@ -38,7 +38,7 @@ config: csServiceName: aaf-cass # gerrit branch where the latest aaf/auth/sample/public code exists gerritProject: http://gerrit.onap.org/r/aaf/authz.git - gerritBranch: master + gerritBranch: 2.0.0-ONAP # default number of instances replicaCount: 1 |