Skip to content

Commit abb10e3

Browse files
tylerohlsenCopilot
andauthored
Updated README to match the new default value
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 98247d2 commit abb10e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/safe-settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Helm chart for Kubernetes
1717
| deploymentConfig.restrictedRepos.exclude[1] | string | `"^\\.github$"` | |
1818
| deploymentConfig.restrictedRepos.exclude[2] | string | `"^safe-settings$"` | |
1919
| deploymentConfig.restrictedRepos.exclude[3] | string | `".*-test"` | |
20-
| deploymentConfig.restrictedRepos.include | list | [] | |
20+
| deploymentConfig.restrictedRepos.include | null | `null` | |
2121
| env | list | `[]` | |
2222
| envFrom | list | `[]` | |
2323
| extraObjects | list | `[]` | Add dynamic manifests via values. Example: extraObjects: - kind: ConfigMap apiVersion: v1 metadata: name: extra-cm-{{ .Release.Name }} data: | extra.yml: "does-my-install-need-extra-info: true" |

0 commit comments

Comments
 (0)