commit | 45ffdbcd345fa709e783add4d45ff4b7eb47f7c4 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Fri Mar 09 16:22:23 2018 -0700 |
committer | Andy Bavier <andy@onlab.us> | Fri Mar 09 16:45:24 2018 -0700 |
tree | f06fe1213e47d3a5ae8e7756bde1d830d2f6ce8e | |
parent | c3912a7b476911f68a559973a908c3b2b83cc2be [diff] |
Create xos-services directory Change-Id: I93d1a609657959dbe9883a24a0cff282f961370f
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