diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-30 13:34:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-30 13:34:24 +0000 |
commit | 3e5e4d1323434ffb6cfaa188c5ec1fed320683c9 (patch) | |
tree | 1ea64a7ca2304ffa281748f27b67ac71612837a8 /kubernetes/dcaegen2/components/dcae-cloudify-manager/templates | |
parent | 1418b0127785ae145a83190b51b0d032e3e41d94 (diff) | |
parent | 85c8d28db4cdcae34b4c459eabce04b864c9eb06 (diff) |
Merge "[DCAEGEN2] Change YAML comment to helm comment"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-cloudify-manager/templates')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml b/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml index 57cbe89cc1..960ec786b2 100644 --- a/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml +++ b/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml @@ -1,3 +1,4 @@ +{{/* #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. @@ -15,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= - +*/}} {{ if .Values.dcae_ns}} # Create the namespace apiVersion: v1 |