commit | 350c266b3ee91ba6179990d9488641ab64580dfb | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Mon Mar 12 15:18:19 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Mon Mar 12 15:18:19 2018 +0000 |
tree | 80defd900b67398cfe0da875d9422c0f9ff397bd | |
parent | 61c94ab9a75b12027b540802358d1f137538db77 [diff] | |
parent | 45ffdbcd345fa709e783add4d45ff4b7eb47f7c4 [diff] |
Merge "Create xos-services directory"
diff --git a/exampleservice/.helmignore b/xos-services/exampleservice/.helmignore similarity index 100% rename from exampleservice/.helmignore rename to xos-services/exampleservice/.helmignore
diff --git a/exampleservice/Chart.yaml b/xos-services/exampleservice/Chart.yaml similarity index 91% rename from exampleservice/Chart.yaml rename to xos-services/exampleservice/Chart.yaml index baaadf4..9262ce4 100644 --- a/exampleservice/Chart.yaml +++ b/xos-services/exampleservice/Chart.yaml
@@ -16,6 +16,6 @@ apiVersion: v1 appVersion: "1.0" -description: A Helm chart for Kubernetes +description: A Helm chart for XOS's "exampleservice" service name: exampleservice version: 0.1.0
diff --git a/exampleservice/templates/_helpers.tpl b/xos-services/exampleservice/templates/_helpers.tpl similarity index 100% rename from exampleservice/templates/_helpers.tpl rename to xos-services/exampleservice/templates/_helpers.tpl
diff --git a/exampleservice/templates/configmap.yaml b/xos-services/exampleservice/templates/configmap.yaml similarity index 100% rename from exampleservice/templates/configmap.yaml rename to xos-services/exampleservice/templates/configmap.yaml
diff --git a/exampleservice/templates/deployment.yaml b/xos-services/exampleservice/templates/deployment.yaml similarity index 100% rename from exampleservice/templates/deployment.yaml rename to xos-services/exampleservice/templates/deployment.yaml
diff --git a/exampleservice/values.yaml b/xos-services/exampleservice/values.yaml similarity index 100% rename from exampleservice/values.yaml rename to xos-services/exampleservice/values.yaml