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

Specific documentation for HelmRelease Automation #3144

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/references/helm-operator-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ is required for any of these to take effect.

| Annotation | Value | Required? |
|------------------------------------|------------------| :---: |
| **`fluxcd.io/automated`** | `"true"` | ✅ <br> * Note: This must be a string `"true"` <br> rather than a boolean `true` or all other `*.fluxcd.io/*` <br> annotations will be silently ignored |
| **`repository.fluxcd.io/<alias>`** | `sub.repo` | ✅ |
| `registry.fluxcd.io/<alias>` | `sub.reg` | |
| `tag.fluxcd.io/<alias>` | `sub.tag` | |
| `filter.fluxcd.io/<alias>` | `glob:master-*` | |
| `filter.fluxcd.io/<alias>` | `glob:master-*` | |


!!!note
Note: Glob patterns following `glob:` are sensitive to spaces
Expand Down