File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 3.25.2
18
+ version : 3.25.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
8
8
app.kubernetes.io/instance : {{ .Release.Name }}
9
9
app.kubernetes.io/managed-by : {{ .Release.Service }}
10
10
spec :
11
- replicas : 1
11
+ replicas : {{ .Values.replicaCount | default 1 }}
12
12
strategy :
13
13
type : Recreate
14
14
selector :
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ nameOverride: ""
19
19
fullnameOverride : " "
20
20
hostnameOverride : " "
21
21
22
+ # The existing secret to use for code-server authentication in the frontend. the password is stored in the secret under the key `password`
23
+ # existingSecret: ""
24
+
22
25
serviceAccount :
23
26
# Specifies whether a service account should be created
24
27
create : true
You can’t perform that action at this time.
0 commit comments