diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-30 14:47:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-30 14:47:34 +0000 |
commit | f4eea37ac0a03de52c254707887b69626aa9df78 (patch) | |
tree | 2eeb858d3e0d48c5577ae11957992c6540608cc5 /kubernetes/dmaap/Makefile | |
parent | ea93f3f1bb25b39c3d5d4576f49d080d82fcebac (diff) | |
parent | e825feeadf1aae047371ebc5c6113be1f7ec464e (diff) |
Merge "Integration w common/postgres"
Diffstat (limited to 'kubernetes/dmaap/Makefile')
-rw-r--r-- | kubernetes/dmaap/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/dmaap/Makefile b/kubernetes/dmaap/Makefile new file mode 100644 index 0000000000..36ca4f5a9f --- /dev/null +++ b/kubernetes/dmaap/Makefile @@ -0,0 +1,16 @@ +# Copyright © 2018 AT&T Intellectual Property. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +make-dmaap: + cd charts && helm dep up dmaap-bus-controller |