From 6aaf950a49d239635200c71b61a6837d39e8b221 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Mon, 20 Feb 2017 10:09:47 -0500 Subject: [PATCH] add license headers to postgresql (#225) --- postgresql/Chart.yaml | 14 ++++++++++++++ postgresql/templates/deployment.yaml | 14 ++++++++++++++ postgresql/templates/service.yaml | 14 ++++++++++++++ postgresql/values.yaml | 14 ++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 83840a3571..50fca8a188 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + description: A Helm chart for postgresql name: postgresql version: 0.1.0 diff --git a/postgresql/templates/deployment.yaml b/postgresql/templates/deployment.yaml index 6593b14b9e..d33ab68ab5 100644 --- a/postgresql/templates/deployment.yaml +++ b/postgresql/templates/deployment.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + apiVersion: apps/v1beta1 kind: StatefulSet metadata: diff --git a/postgresql/templates/service.yaml b/postgresql/templates/service.yaml index 223b79338c..eaebd5ec2a 100644 --- a/postgresql/templates/service.yaml +++ b/postgresql/templates/service.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + apiVersion: v1 kind: Service metadata: diff --git a/postgresql/values.yaml b/postgresql/values.yaml index d8a340c52c..0353eee5e3 100644 --- a/postgresql/values.yaml +++ b/postgresql/values.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + # Default values for postgresql. # This is a YAML-formatted file. # Declare variables to be passed into your templates.