File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -565,6 +565,37 @@ MDB_MAX_CONCURRENT_RECONCILES
565
565
- name: MDB_MAX_CONCURRENT_RECONCILES
566
566
value: "10"
567
567
568
+ .. _mdb-propogate-proxy-env:
569
+
570
+ MDB_PROPAGATE_PROXY_ENV
571
+ -----------------------
572
+
573
+ Enables the |k8s-op-short| to function in proxy-restricted environments. Set
574
+ this variable to ``true`` along with the standard proxy settings (``HTTP_PROXY``,
575
+ ``HTTPS_PROXY``, ``NO_PROXY``) to propagate these proxy settings from your
576
+ |k8s-op-short| Pod to the {+mdbagent+}s, allowing all components to communicate
577
+ effectively through the specified proxies.
578
+
579
+ .. example::
580
+
581
+ .. code-block:: yaml
582
+ :linenos:
583
+
584
+ spec:
585
+ template:
586
+ spec:
587
+ serviceAccountName: mongodb-enterprise-operator
588
+ containers:
589
+ - env:
590
+ - name: MDB_PROPAGATE_PROXY_ENV
591
+ value: "true"
592
+ - name: HTTP_PROXY
593
+ value: "http://example-http-proxy:7312"
594
+ - name: HTTPS_PROXY
595
+ value: "https://secure-proxy:3242"
596
+ - name: NO_PROXY
597
+ value: "google.com"
598
+
568
599
MONGODB_ENTERPRISE_DATABASE_IMAGE
569
600
---------------------------------
570
601
You can’t perform that action at this time.
0 commit comments