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.
2 parents bd608d6 + 19b4b6b commit f095052Copy full SHA for f095052
helm/install/templates/manager.yaml
@@ -33,6 +33,14 @@ 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"
43
44
securityContext:
45
allowPrivilegeEscalation: false
46
readOnlyRootFilesystem: true
0 commit comments