diff options
author | 2020-10-22 06:39:52 +0000 | |
---|---|---|
committer | 2020-10-22 06:39:52 +0000 | |
commit | 593d0d500f75c127cc07872415eb709949bc98dc (patch) | |
tree | 9270598d5db6c08a288a62513261a65d470557fd /kubernetes/oof/components/oof-cmso/templates | |
parent | 8a94a1dc516b41c76d30a8e217c3d3397db366cb (diff) | |
parent | 544ded22f28d1b98c3187cb6fcde7da4548938f8 (diff) |
Merge "[OOF] change comment style"
Diffstat (limited to 'kubernetes/oof/components/oof-cmso/templates')
-rw-r--r-- | kubernetes/oof/components/oof-cmso/templates/configmap.yaml | 2 | ||||
-rw-r--r-- | kubernetes/oof/components/oof-cmso/templates/secret.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/oof/components/oof-cmso/templates/configmap.yaml b/kubernetes/oof/components/oof-cmso/templates/configmap.yaml index f4a79627f6..03e006e6dc 100644 --- a/kubernetes/oof/components/oof-cmso/templates/configmap.yaml +++ b/kubernetes/oof/components/oof-cmso/templates/configmap.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T # @@ -12,6 +13,7 @@ # 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. +*/}} apiVersion: v1 kind: ConfigMap diff --git a/kubernetes/oof/components/oof-cmso/templates/secret.yaml b/kubernetes/oof/components/oof-cmso/templates/secret.yaml index 3dbdd31b1f..992a471e08 100644 --- a/kubernetes/oof/components/oof-cmso/templates/secret.yaml +++ b/kubernetes/oof/components/oof-cmso/templates/secret.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Amdocs, Bell Canada, AT&T # Copyright © 2020 Samsung Electronics # @@ -12,6 +13,7 @@ # 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.secretFast" . }} --- |