diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-19 15:40:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 15:40:47 +0000 |
commit | 52d5c14a63f6aaf014f979ed5a941ad23cf9ce1f (patch) | |
tree | f177e77172d271664fa63cd79841ba89dc567ac6 /kubernetes/policy/charts/policy-distribution/Chart.yaml | |
parent | 67efa332a407fac664d07be4e20a2c46e082b672 (diff) | |
parent | 9cb50297656c71b8f5b40fd1a8396758092682c9 (diff) |
Merge "Added policy-distribution to policy"
Diffstat (limited to 'kubernetes/policy/charts/policy-distribution/Chart.yaml')
-rw-r--r-- | kubernetes/policy/charts/policy-distribution/Chart.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/policy/charts/policy-distribution/Chart.yaml b/kubernetes/policy/charts/policy-distribution/Chart.yaml new file mode 100644 index 0000000000..0f85689a24 --- /dev/null +++ b/kubernetes/policy/charts/policy-distribution/Chart.yaml @@ -0,0 +1,22 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2018 Ericsson. 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + +apiVersion: v1 +description: ONAP Policy Distribution +name: policy-distribution +version: 2.0.0 |