mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
fix replicas and existingSecret. bump to 3.25.3 (#7187)
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: {{ .Values.replicaCount | default 1 }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user