File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ metadata:
1919 name : {{ include "psc-autoscaler.fullname" . }}
2020webhooks :
2121 - name : pods.perfectscale.io
22+ {{- if and (.Values.settings.excludedNamespaces) (ne (.Values.settings.excludedNamespaces | toString) "[]") }}
2223 namespaceSelector :
2324 matchExpressions :
2425 - key : kubernetes.io/metadata.name
2526 operator : NotIn
2627 values : {{ (.Values.settings).excludedNamespaces }}
28+ {{- end }}
2729 rules :
2830 - apiGroups : [ "" ]
2931 apiVersions : [ "v1" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-autoscaler
44 pullPolicy : Always
5- tag : " v1.0.5 "
5+ tag : " v1.0.6 "
66settings :
77 port : 8443
88 env : " prod"
You can’t perform that action at this time.
0 commit comments