Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
meori authored Nov 12, 2023
1 parent a4ec106 commit a03a001
Showing 1 changed file with 2 additions and 2 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.

0 comments on commit a03a001

Please sign in to comment.