Skip to content

Commit 4ac36da

Browse files
Update values.yaml
1 parent 1b3680b commit 4ac36da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/scoop/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ service:
1010
scoop:
1111
replicacount: 1
1212
imagePullSecrets: devtron-image-pull
13-
imagename: "devtroninc.azurecr.io/scoop:f6a34987-629-23113"
13+
imagename: ""
1414

1515

1616
env:
@@ -25,15 +25,15 @@ env:
2525

2626
# id of the cluster where scoop needs to get implemented
2727
- name: CLUSTER_ID
28-
value: "40"
28+
value: ""
2929

3030
# url to which scoop sends the metrics
3131
- name: ORCHESTRATOR_URL
32-
value: http://staging.devtron.info/orchestrator
32+
value: " "
3333

3434
#token of the orchestrator url
3535
- name: TOKEN
36-
value: gy567567Ggdl6HlKLgf
36+
value: ""
3737
# sotring the cache of specified namespaces. If you do not specify it, by default, it will store the cache of all the namespaces.
3838
# - name: CACHED_NAMESPACES
3939
# value: monitoring

0 commit comments

Comments
 (0)