Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron McDonald <wmcdona89@gmail.com>
  • Loading branch information
wmcdona89 committed Jul 19, 2020
1 parent 8a95d84 commit 0ecf73f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stable/jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `master.secretsFilesSecret` | Kubernetes secret that contains 'secrets' files | Not set |
| `master.jobs` | Jenkins XML job configs | `{}` |
| `master.overwriteJobs` | Replace jobs w/ ConfigMap on boot | `false` |
| `master.customConfigMap` | Deprecated: Use a custom ConfigMap | `false` |
| `master.additionalConfig` | Deprecated: Add additional config files | `{}` |

#### Jenkins Global Security
| Parameter | Description | Default |
Expand Down Expand Up @@ -354,6 +352,11 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `serviceAccountAgent.create` | Configures if an agent ServiceAccount with this name should be created | `false` |
| `serviceAccountAgent.annotations` | Configures annotation for the agent ServiceAccount | `{}` |

#### Deprecated
| Parameter | Description | Default |
| --------------------------------- | ------------------------------------ | ----------------------------------------- |
| `master.customConfigMap` | Deprecated: Use a custom ConfigMap | `false` |
| `master.additionalConfig` | Deprecated: Add additional config files | `{}` |

Some third-party systems, e.g. GitHub, use HTML-formatted data in their payload sent to a Jenkins webhooks, e.g. URL of a pull-request being built. To display such data as processed HTML instead of raw text set `master.enableRawHtmlMarkupFormatter` to true. This option requires installation of OWASP Markup Formatter Plugin (antisamy-markup-formatter). The plugin is **not** installed by default, please update `master.installPlugins`.

Expand Down

0 comments on commit 0ecf73f

Please sign in to comment.