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 df5e43a commit 1906e30Copy full SHA for 1906e30
helm/install/templates/manager.yaml
@@ -33,6 +33,10 @@ spec:
33
- name: PGO_TARGET_NAMESPACE
34
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
35
{{- end }}
36
+ {{- if .Values.workers }}
37
+ - name: PGO_WORKERS
38
+ value: {{ .Values.workers | quote }}
39
+ {{- end }}
40
{{- if (default false .Values.disable_check_for_upgrades) }}
41
- name: CHECK_FOR_UPGRADES
42
value: "false"
0 commit comments