From 867cfc90d9e8896eed7f47b5dbd0c4287c6e05d3 Mon Sep 17 00:00:00 2001 From: Austin Vance Date: Wed, 17 Jun 2020 20:52:07 -0600 Subject: [PATCH] Specific documentation for HelmRelease Automation --- docs/references/helm-operator-integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/references/helm-operator-integration.md b/docs/references/helm-operator-integration.md index 4cbef3e0b..7dce38380 100644 --- a/docs/references/helm-operator-integration.md +++ b/docs/references/helm-operator-integration.md @@ -94,10 +94,12 @@ is required for any of these to take effect. | Annotation | Value | Required? | |------------------------------------|------------------| :---: | +| **`fluxcd.io/automated`** | `"true"` | ✅
* Note: This must be a string `"true"`
rather than a boolean `true` or all other `*.fluxcd.io/*`
annotations will be silently ignored | | **`repository.fluxcd.io/`** | `sub.repo` | ✅ | | `registry.fluxcd.io/` | `sub.reg` | | | `tag.fluxcd.io/` | `sub.tag` | | -| `filter.fluxcd.io/` | `glob:master-*` | | +| `filter.fluxcd.io/` | `glob:master-*` | | + !!!note Note: Glob patterns following `glob:` are sensitive to spaces