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

Commit

Permalink
Merge pull request #3144 from focused-labs/master
Browse files Browse the repository at this point in the history
Specific documentation for HelmRelease Automation
  • Loading branch information
hiddeco authored Oct 7, 2020
2 parents e99138f + 867cfc9 commit 455ab64
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 455ab64

Please sign in to comment.