We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0793caa commit bd51389Copy full SHA for bd51389
charts/karmada/templates/karmada-search.yaml
@@ -93,7 +93,7 @@ spec:
93
periodSeconds: 15
94
timeoutSeconds: 5
95
resources:
96
- {{- toYaml .Values.apiServer.resources | nindent 12 }}
+ {{- toYaml .Values.search.resources | nindent 12 }}
97
priorityClassName: {{ .Values.search.priorityClassName }}
98
volumes:
99
{{- include "karmada.search.kubeconfig.volume" . | nindent 8 }}
0 commit comments