[bitnami/argo-cd] docs: 📝 Remove unnecessary whitespace (#10973)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2022-06-30 12:48:49 +02:00
committed by GitHub
parent 7e9b096825
commit 65387009cf

View File

@@ -7,7 +7,7 @@ Argo CD is a continuous delivery tool for Kubernetes based on GitOps.
[Overview of Argo CD](https://argoproj.github.io/cd)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -60,7 +60,6 @@ The command removes all the Kubernetes components associated with the chart and
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
### Common parameters
| Name | Description | Value |
@@ -73,7 +72,6 @@ The command removes all the Kubernetes components associated with the chart and
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
### Argo CD image parameters
| Name | Description | Value |
@@ -85,7 +83,6 @@ The command removes all the Kubernetes components associated with the chart and
| `image.pullSecrets` | Argo CD image pull secrets | `[]` |
| `image.debug` | Enable Argo CD image debug mode | `false` |
### Argo CD application controller parameters
| Name | Description | Value |
@@ -200,7 +197,6 @@ The command removes all the Kubernetes components associated with the chart and
| `controller.sidecars` | Add additional sidecar containers to the Argo CD pod(s) | `[]` |
| `controller.initContainers` | Add additional init containers to the Argo CD pod(s) | `[]` |
### Argo CD server Parameters
| Name | Description | Value |
@@ -344,7 +340,6 @@ The command removes all the Kubernetes components associated with the chart and
| `server.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
| `server.serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
### Argo CD repo server Parameters
| Name | Description | Value |
@@ -453,7 +448,6 @@ The command removes all the Kubernetes components associated with the chart and
| `repoServer.sidecars` | Add additional sidecar containers to the Argo CD repo server pod(s) | `[]` |
| `repoServer.initContainers` | Add additional init containers to the Argo CD repo server pod(s) | `[]` |
### Dex Parameters
| Name | Description | Value |
@@ -564,7 +558,6 @@ The command removes all the Kubernetes components associated with the chart and
| `dex.sidecars` | Add additional sidecar containers to the Dex pod(s) | `[]` |
| `dex.initContainers` | Add additional init containers to the Dex pod(s) | `[]` |
### Shared config for Argo CD components
| Name | Description | Value |
@@ -590,7 +583,6 @@ The command removes all the Kubernetes components associated with the chart and
| `config.secret.repositoryCredentials` | Repository credentials to add to the Argo CD server confgi secret | `{}` |
| `config.clusterCredentials` | Configure external cluster credentials | `[]` |
### Init Container Parameters
| Name | Description | Value |
@@ -605,7 +597,6 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters
| Name | Description | Value |
@@ -629,7 +620,6 @@ The command removes all the Kubernetes components associated with the chart and
| `externalRedis.existingSecret` | Existing secret for the external redis | `""` |
| `externalRedis.existingSecretPasswordKey` | Password key for the existing secret containing the external redis password | `redis-password` |
The above parameters map to the env variables defined in [bitnami/argo-cd](https://github.com/bitnami/bitnami-docker-argo-cd). For more information please refer to the [bitnami/argo-cd](https://github.com/bitnami/bitnami-docker-argo-cd) image documentation.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
@@ -772,4 +762,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.