Add AWX chart 95/87195/8
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 9 May 2019 20:49:30 +0000 (16:49 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 15 Aug 2019 13:39:20 +0000 (13:39 +0000)
commitf83449d3553be19bdfa03816d20fafc392390e7d
treef82d525cb8b17f4ba645290047311c45338cdf36
parent161aa0e9ee4d89551f8b89ba8ea752beff49eba9
Add AWX chart

Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156
Issue-ID: CCSDK-1316
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
22 files changed:
kubernetes/contrib/charts/awx/Chart.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/Makefile [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx-postgres/Chart.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/templates/NOTES.txt [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/templates/deployment.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/templates/pv.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/templates/pvc.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/templates/service.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx-postgres/values.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx/Chart.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx/resources/config/credentials.py [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/resources/config/environment.sh [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/templates/configmap.yaml [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/templates/job.yaml [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/templates/secret.yaml [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/templates/service.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/charts/awx/templates/serviceaccout.yaml [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/contrib/charts/awx/charts/awx/values.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/requirements.yaml [new file with mode: 0755]
kubernetes/contrib/charts/awx/values.yaml [new file with mode: 0755]
kubernetes/contrib/values.yaml