We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66efa0 commit 3958309Copy full SHA for 3958309
1 file changed
helm/safe-settings/README.md
@@ -17,7 +17,7 @@ A Helm chart for Kubernetes
17
| deploymentConfig.restrictedRepos.exclude[1] | string | `"^\\.github$"` | |
18
| deploymentConfig.restrictedRepos.exclude[2] | string | `"^safe-settings$"` | |
19
| deploymentConfig.restrictedRepos.exclude[3] | string | `".*-test"` | |
20
-| deploymentConfig.restrictedRepos.include[0] | string | `"^test$"` | |
+| deploymentConfig.restrictedRepos.include | list | [] | |
21
| env | list | `[]` | |
22
| envFrom | list | `[]` | |
23
| 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