File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3545,7 +3545,7 @@ metadata:
35453545 name : ' {{ include "security-profiles-operator.name" . }}'
35463546 namespace : ' {{ .Release.Namespace }}'
35473547spec :
3548- replicas : 3
3548+ replicas : ' {{ .Values.replicaCount }} '
35493549 selector :
35503550 matchLabels :
35513551 app : ' {{.Release.Name}}'
Original file line number Diff line number Diff line change @@ -30,14 +30,11 @@ patches:
3030 target :
3131 kind : (ClusterRoleBinding|RoleBinding)
3232
33- # TODO: get webhook deployment replicas from values file
3433- patch : |
3534 - op: replace
3635 path: /spec/replicas
3736 value: "{{ .Values.replicaCount }}"
38- target :
39- kind : Deployment
40- name : security-profiles-operator-webhook
37+ target : { kind: Deployment }
4138
4239# Respect fullnameOverride
4340- target : { name: security-profiles-operator }
You can’t perform that action at this time.
0 commit comments