diff options
author | kerenj <keren.joseph@amdocs.com> | 2017-08-23 12:05:23 +0000 |
---|---|---|
committer | kerenj <keren.joseph@amdocs.com> | 2017-08-24 11:04:12 +0000 |
commit | 6ca15a741dc9af484a5f8f296a5512ba06255a6e (patch) | |
tree | d1168e9e48af02168fe49e6d3afb8dafdeddd77c /kubernetes/appc/Chart.yaml | |
parent | 3b697f6c07a1af4625f3982096e87f2c783f8890 (diff) |
appc K8S-Helm Parameterization
changed appc k8s deployment to support helm parameterization. updated images to 1.1
Issue-ID: OOM-52
Change-Id: I6106c71f98c754c0e19e4cc987ea12e08bfdb903
Signed-off-by: kerenj <keren.joseph@amdocs.com>
Diffstat (limited to 'kubernetes/appc/Chart.yaml')
-rw-r--r-- | kubernetes/appc/Chart.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/appc/Chart.yaml b/kubernetes/appc/Chart.yaml new file mode 100644 index 0000000000..da4f1b3edc --- /dev/null +++ b/kubernetes/appc/Chart.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +description: A Helm chart for Kubernetes +name: appc +version: 0.1.0 |