Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaela <[email protected]>
  • Loading branch information
elatella authored Apr 10, 2024
1 parent 5d0b045 commit 4fa7dfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bitnami/jenkins/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ spec:
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
replicas: {{ .Values.replicaCount }}
{{- if .Values.replicaCount }}
{{- include "common.tplvalues.render" (dict "value" .Values.replicas "context" $) | nindent 8 }}
{{- end }}
strategy: {{- include "common.tplvalues.render" (dict "value" .Values.updateStrategy "context" $ ) | nindent 4 }}
template:
metadata:
Expand Down

0 comments on commit 4fa7dfb

Please sign in to comment.