Skip to content

Commit f277c73

Browse files
committed
added example updates
1 parent 4020257 commit f277c73

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ yamlEdit(guard, `data.key\.pem`, key, 0);
154154
#chartmuseum
155155
yamlEdit(chartmuseum, "data.CHARTMUSEUM_STORAGE_AMAZON_BUCKET", chartmuseumStorageAmazonBucket, 1);
156156
yamlEdit(chartmuseum, "data.CHARTMUSEUM_STORAGE_AMAZON_REGION", chartmuseumStorageAmazonRegion, 1);
157-
chartmuseum = kubectl apply -n devtroncd chartmuseum;
157+
#chartmuseum = kubectl apply -n devtroncd chartmuseum;
158158

159159
# devtron
160160
hasDevtron = kubectl get deployment "devtron" -n devtroncd;

updates/argocd.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apiVersion: v1
22
kind: ConfigMap
33
metadata:
4-
name: argocd-cm
4+
name: argocd-cm
5+
#update:
6+
# data:
7+
# dex.config:

updates/devtron.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,13 @@ update:
2828
CACHE_LIMIT: "5000000000"
2929
DEFAULT_ARTIFACT_KEY_LOCATION: "devtron/ci-artifacts"
3030
EXTERNAL_CI_PAYLOAD: "{\"ciProjectDetails\":[{\"gitRepository\":\"https://github.com/srj92/getting-started-nodejs.git\",\"checkoutPath\":\"./abc\",\"commitHash\":\"239077135f8cdeeccb7857e2851348f558cb53d3\",\"commitTime\":\"2019-10-31T20:55:21+05:30\",\"branch\":\"master\",\"message\":\"Update README.md\",\"author\":\"Devtron Labs \"}],\"dockerImage\":\"445808685819.dkr.ecr.us-east-2.amazonaws.com/orch:23907713-2\",\"digest\":\"test1\",\"dataSource\":\"ext\",\"materialType\":\"git\"}"
31-
ECR_REPO_NAME_PREFIX: "devtron/"
31+
ECR_REPO_NAME_PREFIX: "devtron/"
32+
---
33+
apiVersion: v1
34+
kind: Secret
35+
metadata:
36+
name: devtron-secret
37+
#update:
38+
# data:
39+
# GRAFANA_PASSWORD: "ssas"
40+
# GRAFANA_USERNAME: "admin"

updates/gitsensor.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
apiVersion: apps/v1
22
kind: StatefulSet
33
metadata:
4-
name: git-sensor
4+
name: git-sensor
5+
#update:
6+
# spec:

updates/guard.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: guard
5+
#update:
6+
# spec:
7+
# template:
8+
# spec:
9+
# containers:
10+
# - resources:
11+
# limit:
12+
# cpu: "0.15"
13+
# memory: 110Mi
14+
# requests:
15+
# cpu: "0.1"
16+
# memory: 100Mi

0 commit comments

Comments
 (0)