Skip to content
Snippets Groups Projects
Unverified Commit f0c609c4 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

README.md: Clean up readme

Jenkins was used at some point to create manual intermediary images.
This is not used anymore.
parent 04571e52
No related branches found
No related tags found
No related merge requests found
...@@ -125,39 +125,10 @@ kubectl apply -f cluster-config.secret.yaml ...@@ -125,39 +125,10 @@ kubectl apply -f cluster-config.secret.yaml
[1] https://rancher.euwest.azure.internal.softwareheritage.org/ ("download kubeconfig") [1] https://rancher.euwest.azure.internal.softwareheritage.org/ ("download kubeconfig")
# Jenkinsfile in "charts_code/worker" directory # Create staging argocd app
- Custom this fields
- credentialsID
- passwordVariable
- usernameVariable
- Custom sh commands
# Jenkinsfile in "image_code"
- Custom stage
# Values files
- Custom values files
- myvalues.yaml
- ranchervalues.yaml
- myvalues.yaml
# Custom argocd app file
- Custom stag_app_deployment.yaml
- Custom production_app_deployment.yaml
# Create stag argocd app
``` ```
kubectl apply -f staging-app-deployment.yaml kubectl apply -f applications/staging/graphql.yaml
kubectl apply -f applications/staging/elastic-workers.yaml
``` ```
# Create production argocd app
```
kubectl apply -f production-app-deployment.yaml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment