Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Nov 15, 2023
2 parents 928420f + a03a001 commit b194aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/cbcontainers-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To customize that namespace, see [operator-chart](../cbcontainers-operator).
The actual namespace where helm tracks the release (see [--namespace flag](https://helm.sh/docs/helm/helm_install/)) is not important to the agent chart,
but the recommended approach is to also use the same namespace as the operator chart.

The `agentNamespace` value is only required if the agent chart is responsible for deploying the agent's secret as well. See [secret detection](#secret-creation) for details.
The `agentNamespace` value is only required if the agent chart is responsible for deploying the agent's secret as well. See [secret creation](#secret-creation) for details.
If the secret is pre-created before deploying the agent, then `agentNamespace` has no effect.

### Secret creation
Expand Down Expand Up @@ -83,4 +83,4 @@ Inject this value as part of your pipeline in a secure way!

This means storing the secret as plain text in your `values.yaml` file.

If you prefer to create the `Secret` yourself in an alternative and more secure way, don't set the `companyCode` value and the chart will not create the `Secret` objects.
If you prefer to create the `Secret` yourself in an alternative and more secure way, don't set the `companyCode` value and the chart will not create the `Secret` objects.
2 changes: 1 addition & 1 deletion docs/AgentDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
kubectl create secret generic cbcontainers-access-token \
--namespace cbcontainers-dataplane --from-literal=accessToken=\
{API_Secret_Key}/{API_ID}
kubectl create secret generic cbcontainers-company-code --namespace cbcontainers-dataplane --from-literal=companyCode=RXXXXXXXXXXG\!XXXX
```
### TODO: extra secret
### 2. Apply the Carbon Black Container Agent Custom Resource

The operator implements controllers for the Carbon Black Container custom resources definitions
Expand Down
8 changes: 2 additions & 6 deletions docs/Main.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre

## Compatibility Matrix

| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|--------------------------------------|----------------------------|
| v6.1.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |
The updated compatability matrix can be found here:
[Kubernetes Sensor Operator Compatability Matrix on VMware Docs](https://docs.vmware.com/en/VMware-Carbon-Black-Cloud/services/cbc-k8-sensor-oer/GUID-69F632A4-289F-44C9-9847-25E5A9493BE9.html)

## Install

Expand Down

0 comments on commit b194aaa

Please sign in to comment.