Skip to content

Commit d258dcf

Browse files
Update replicated-sdk-customizing.md (#2677)
* Update replicated-sdk-customizing.md Adds a note about proxy and CA configuration being passed through from kots install. * Update replicated-sdk-customizing.md * Update replicated-sdk-customizing.md --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent 429862a commit d258dcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/vendor/replicated-sdk-customizing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ replicated:
9797
value: ENV_VAR_VALUE
9898
```
9999

100+
:::note
101+
If the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` variables are configured with the [kots install](/enterprise/installing-existing-cluster-automation) command, these variables will also be set automatically in the Replicated SDK.
102+
:::
103+
100104
**Example**:
101105

102106
```yaml
@@ -126,6 +130,10 @@ To store the CA in a ConfigMap:
126130
privateCAConfigmap: private-ca
127131
```
128132

133+
:::note
134+
If the `--private-ca-configmap` flag is used with the [kots install](/enterprise/installing-existing-cluster-automation) command, this value will be populated in the Replicated SDK automatically.
135+
:::
136+
129137
## Add Tolerations
130138

131139
The Replicated SDK provides a `replicated.tolerations` value that allows users to add custom tolerations to the deployment. For more information about tolerations, see [Taints and Tolerations](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).

0 commit comments

Comments
 (0)