diff options
author | 2018-04-02 18:02:43 +0000 | |
---|---|---|
committer | 2018-04-02 18:02:43 +0000 | |
commit | 7000165ab96099998a21ec1ed8f306f50947c2ea (patch) | |
tree | f47d1cd20bf02c176a6def50a25dea6c98365190 /kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml | |
parent | d2698e52cfce661bab74fdf23c4bbd39af8cfe73 (diff) | |
parent | 065e2ce2d14ddc3a698a8ad4dfb77ade8e3f95f4 (diff) |
Merge "Add Standardized Configuration to SDN-C Chart"
Diffstat (limited to 'kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml')
-rw-r--r-- | kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml b/kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml deleted file mode 100644 index b2b8a45cbc..0000000000 --- a/kubernetes/sdnc/templates/dmaap-deployment-configmap.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright © 2017 Amdocs, Bell Canada -# -# 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. - -#{{ if not .Values.disableSdncDmaap }} -apiVersion: v1 -kind: ConfigMap -metadata: - name: sdnc-dmaap-configmap - namespace: {{ .Values.nsPrefix }} -data: -{{ tpl (.Files.Glob "resources/config/dmaap/*").AsConfig . | indent 2 }} -#{{ end }} |