Skip to content

Commit 41fbffe

Browse files
authored
Merge pull request #61 from sakirma/patch-1
Fill in missing values in values.yaml of coroot-ce
2 parents 0720436 + ca6327a commit 41fbffe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

charts/coroot-ce/values.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
apiKey:
1+
2+
apiKey: ""
23
metricsRefreshInterval: 15s
3-
authAnonymousRole:
4-
authBootstrapAdminPassword:
4+
authAnonymousRole: ""
5+
authBootstrapAdminPassword: ""
56

67
#replicas: 1
78

89
service:
9-
# type: ClusterIP
10-
# port: 8080
10+
type: ClusterIP
11+
port: 8080
1112
# nodePort:
1213

1314
#ingress:

0 commit comments

Comments
 (0)