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 9ccc6d1 + 6149817 commit f4c7c0bCopy full SHA for f4c7c0b
hack/charts/cluster-api-operator/templates/deployment.yaml
@@ -99,6 +99,10 @@ spec:
99
resources:
100
{{- toYaml . | nindent 12 }}
101
{{- end }}
102
+ {{- with .Values.env.manager }}
103
+ env:
104
+ {{- toYaml . | nindent 12 }}
105
+ {{- end }}
106
{{- with .Values.containerSecurityContext.manager }}
107
securityContext:
108
hack/charts/cluster-api-operator/values.yaml
@@ -27,6 +27,8 @@ image:
27
repository: gcr.io/k8s-staging-capi-operator/cluster-api-operator
28
tag: dev
29
pullPolicy: IfNotPresent
30
+env:
31
+ manager: []
32
healthAddr: ":8081"
33
metricsBindAddr: "127.0.0.1:8080"
34
diagnosticsAddress: "8443"
0 commit comments