DEPLOY-276: Fix typo in README , removed requirements.lock, charts folder and added them to gitignore.

This commit is contained in:
Sergiu-Alexandru Vidrascu
2017-12-18 14:07:03 +02:00
parent fa05e20a6a
commit 5925f7ce00
5 changed files with 6 additions and 10 deletions

5
.gitignore vendored
View File

@@ -32,3 +32,8 @@ target
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
# Kubernetes Helm
requirements.lock
**/charts/*.tgz

View File

@@ -42,7 +42,7 @@ Build and start Alfresco Content Services Community using docker-compose or Kube
#### Steps #### Steps
1. Go to **helm** folder 1. Go to **helm** folder
2. Run ```helm dependency update && helm install alfresco-content-services``` 2. Run ```helm dependency update alfresco-content-services && helm install alfresco-content-services```
3. After deploying the helm chart you will get information for obtaining the URL for repository, share and solr. 3. After deploying the helm chart you will get information for obtaining the URL for repository, share and solr.
#### Notes: #### Notes:

View File

@@ -1,9 +0,0 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 0.8.5
- name: nginx-ingress
repository: https://kubernetes-charts.storage.googleapis.com
version: 0.8.21
digest: sha256:6eae9ef52c9b9be71a85a9223dcb35a5ff43d72044fd0ca47bd91f299f75052a
generated: 2017-12-18T10:40:16.035017+02:00