generate helm docs
This commit is contained in:
parent
4b5cbe8584
commit
3bec928dd7
2 changed files with 1 additions and 3 deletions
|
@ -661,7 +661,6 @@ NAME: my-release
|
|||
| eventReporter.containerSecurityContext | object | See [values.yaml] | Event reporter container-level security context |
|
||||
| eventReporter.dnsConfig | object | `{}` | [DNS configuration] |
|
||||
| eventReporter.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for event reporter pods |
|
||||
| eventReporter.enabled | bool | `true` | |
|
||||
| eventReporter.env | list | `[]` | Environment variables to pass to event reporter |
|
||||
| eventReporter.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to event reporter |
|
||||
| eventReporter.extraArgs | list | `[]` | Additional command line arguments to pass to event reporter |
|
||||
|
@ -723,7 +722,6 @@ NAME: my-release
|
|||
| eventReporter.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
|
||||
| eventReporter.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
|
||||
| eventReporter.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the event reporter |
|
||||
| eventReporter.version | string | `"v2"` | |
|
||||
| eventReporter.volumeMounts | list | `[]` | Additional volumeMounts to the event reporter main container |
|
||||
| eventReporter.volumes | list | `[]` | Additional volumes to the event reporter pod |
|
||||
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
|
||||
|
|
|
@ -60,7 +60,7 @@ global:
|
|||
# Default image used by all components
|
||||
image:
|
||||
# -- If defined, a repository applied to all Argo CD deployments
|
||||
repository: xeonalex/personal-argocd-dev
|
||||
repository: quay.io/codefresh/argocd
|
||||
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
|
||||
tag: ""
|
||||
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
|
||||
|
|
Loading…
Reference in a new issue