diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-11 19:08:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-11 19:08:12 +0000 |
commit | 1a0ff537f9a01edbe92acfdaa7a670c78a07118c (patch) | |
tree | 5efec3dfb504eea9b0e7f829b13a553f85fd58b7 /kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml | |
parent | 4337af528820d50066b26cbefd0c4481df852856 (diff) | |
parent | 64f0b037f6c26a77b0a9b322caf32cd1c4c4259f (diff) |
Merge "Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM""
Diffstat (limited to 'kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml')
-rw-r--r-- | kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml b/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml deleted file mode 100644 index 443e76b76e..0000000000 --- a/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright © 2020 Nordix Foundation -# -# 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. - -{{ include "common.ingress" . }} |