File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
cmd/k8s-operator/deploy/chart Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 79
79
value : {{ .Values.proxyConfig.firewallMode }}
80
80
{{- if .Values.proxyConfig.defaultProxyClass }}
81
81
- name : PROXY_DEFAULT_CLASS
82
+ {{- end }}
82
83
value : {{ .Values.proxyConfig.defaultProxyClass }}
84
+ {{- with .Values.operatorConfig.extraEnv }}
85
+ {{- toYaml . | nindent 12 }}
83
86
{{- end }}
84
87
volumeMounts :
85
88
- name : oauth
Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ operatorConfig:
48
48
49
49
securityContext : {}
50
50
51
+ extraEnv : []
52
+ # - name: EXTRA_VAR1
53
+ # value: "value1"
54
+ # - name: EXTRA_VAR2
55
+ # value: "value2"
56
+
57
+
51
58
# proxyConfig contains configuraton that will be applied to any ingress/egress
52
59
# proxies created by the operator.
53
60
# https://tailscale.com/kb/1236/kubernetes-operator/#cluster-ingress
You can’t perform that action at this time.
0 commit comments