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/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kubernetes/contrib/values.yaml') diff --git a/kubernetes/contrib/values.yaml b/kubernetes/contrib/values.yaml index 882cc5cdf4..e15806ff1c 100644 --- a/kubernetes/contrib/values.yaml +++ b/kubernetes/contrib/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2018 Amdocs, Bell Canada +# 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. @@ -12,5 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +awx: + enabled: true netbox: enabled: true \ No newline at end of file -- cgit 1.2.3-korg