fix replicas and existingSecret. bump to 3.25.3 (#7187)

This commit is contained in:
mickkael
2025-02-13 08:10:08 +08:00
committed by GitHub
parent 33aa21fd0f
commit ac65db2c88
3 changed files with 5 additions and 2 deletions

View File

@@ -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: