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 e840ed4 commit 3ea197bCopy full SHA for 3ea197b
dist/chart/templates/controller-manager/deployment.yaml
@@ -17,7 +17,7 @@ spec:
17
{{- include "aibrix.labels" . | nindent 8 }}
18
app.kubernetes.io/component: aibrix-controller-manager
19
spec:
20
- {{- include "aibrix.imagePullSecrets" (dict "componentSecrets" .Values.controllerManager.imagePullSecrets "globalSecrets" .Values.global.imagePullSecrets) | nindent 6 }}
+ {{- include "aibrix.imagePullSecrets" (dict "componentSecrets" .Values.controllerManager.imagePullSecrets "globalSecrets" .Values.global.imagePullSecrets) | nindent 6 }}
21
containers:
22
- args:
23
- --leader-elect
0 commit comments