From f83449d3553be19bdfa03816d20fafc392390e7d Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Thu, 9 May 2019 16:49:30 -0400 Subject: Add AWX chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156 Issue-ID: CCSDK-1316 Signed-off-by: Alexis de Talhouët --- kubernetes/contrib/charts/awx/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 kubernetes/contrib/charts/awx/Makefile (limited to 'kubernetes/contrib/charts/awx/Makefile') diff --git a/kubernetes/contrib/charts/awx/Makefile b/kubernetes/contrib/charts/awx/Makefile new file mode 100644 index 0000000000..d8a50339d6 --- /dev/null +++ b/kubernetes/contrib/charts/awx/Makefile @@ -0,0 +1,16 @@ +# Copyright © 2019 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. + +make-awx: + cd charts && helm dep up awx-postgres -- cgit 1.2.3-korg