diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-05-09 16:49:30 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-08-15 13:39:20 +0000 |
commit | f83449d3553be19bdfa03816d20fafc392390e7d (patch) | |
tree | f82d525cb8b17f4ba645290047311c45338cdf36 /kubernetes/contrib/values.yaml | |
parent | 161aa0e9ee4d89551f8b89ba8ea752beff49eba9 (diff) |
Add AWX chart
Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156
Issue-ID: CCSDK-1316
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/contrib/values.yaml')
-rw-r--r-- | kubernetes/contrib/values.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |