Skip to content

Commit 73dfc8c

Browse files
author
Michael Sauter
authored
Update README.md
1 parent 1213618 commit 73dfc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ eval "$(tailor --completion-script-$(echo $SHELL | awk -F/ '{print $NF}'))"
146146
* Compared to Helm v2, Tailor does not need a highly privileged Tiller. Helm v3 does not need it either.
147147
* Tailor works with plain OpenShift templates instead of Helm charts. OpenShift templates are simpler, and can easily be generated from existing resources in OpenShift.
148148
* Tailor has a narrower scope - it is basically an "`oc` on steroids". Helm has more extensive features like searching for charts etc.
149-
* Tailor targets OpenShift, Helm targets Kubernetes. Using Helm for OpenShift has limitations / bugs around dealing with OpenShift resources such as `BuildConfig` or `Route`.
149+
* Tailor targets OpenShift, Helm targets Kubernetes. Using Helm for OpenShift has limitations / bugs around dealing with OpenShift resources such as `BuildConfig` or `Route` (note those look fixed in [OpenShift 4.4](https://access.redhat.com/errata/RHBA-2020:0581)).
150150
* Tailor allows to check for drift, and allows to review the difference between live configuration and desired state before applying.
151151

152152
## FAQ / Troubleshooting

0 commit comments

Comments
 (0)