- 10 Oct, 2019 1 commit
-
-
ConnorBrereton authored
Fixed linking alignment error in README. Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
-
- 14 Sep, 2019 1 commit
-
-
ConnorBrereton authored
Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
-
- 11 Sep, 2019 2 commits
-
-
Matthew Fisher authored
Grammar tweak
-
Matthew Fisher authored
delete extra space
-
- 10 Sep, 2019 1 commit
-
-
yuxiaobo authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 05 Sep, 2019 2 commits
-
-
Matthew Fisher authored
In get script, use specified path to helm binary for helm version check
-
Steven Cipriano authored
Signed-off-by: Steven Cipriano <cipriano@squareup.com>
-
- 03 Sep, 2019 1 commit
-
-
Marc Khouzam authored
* feat(helm): Completion for helm repo remove Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca> * feat(helm): Complete for helm plugin remove/update helm repo remove <TAB> (will select from the names of configured repos) helm plugin remove <TAB> (will select from names of installed plugins) helm plugin update <TAB> (will select from names of installed plugins) Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca> * feat(helm): Completion for helm repo update Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
- 02 Sep, 2019 1 commit
-
-
Anton authored
BusyBox sed works the same way as GNU sed Signed-off-by: tipok <me@tipok.pro>
-
- 30 Aug, 2019 3 commits
-
-
Taylor Thomas authored
Use watcher with retries to wait for resources
-
Richard Connon authored
When waiting for resources use the `ListWatchUntil` instead of `UntilWithoutRetry` so that if the connection drops between tiller and the API while waiting the operation can still succeed. Signed-off-by: Richard Connon <richard.connon@oracle.com>
-
yuxiaobo authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 26 Aug, 2019 2 commits
-
-
Taylor Thomas authored
fix typo
-
Gasmi Christophe authored
* Add NetworkPolicy in kind sorter Signed-off-by: Christophe GASMI <rekcah78@gmail.com> * Added NetworkPolicy to sort order test Signed-off-by: Christophe GASMI <rekcah78@gmail.com>
-
- 23 Aug, 2019 3 commits
-
-
Adam Eijdenberg authored
Signed-off-by: Adam Eijdenberg <adam@continusec.com>
-
kamal namdeo authored
Signed-off-by: kamal namdeo <kamal.github@gmail.com>
-
Sakura authored
Signed-off-by: Sakura <longfei.shang@daocloud.io>
-
- 20 Aug, 2019 1 commit
-
-
Matt Farina authored
remove duplicate check
-
- 19 Aug, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
- 14 Aug, 2019 1 commit
-
-
Taylor Thomas authored
Fix subchart value deletion
-
- 13 Aug, 2019 2 commits
-
-
Matthew Fisher authored
docs(OWNERS): add jdolitsky as a core maintainer
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 10 Aug, 2019 2 commits
-
-
Martin Hickey authored
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
Scott Rigby authored
fix(pkg/chartutil): Improve getting LoadBalancer address in NOTES.txt
-
- 09 Aug, 2019 2 commits
-
-
Matthew Fisher authored
fix some log typos in tlsutil_test.go
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
- 07 Aug, 2019 3 commits
-
-
Martin Hickey authored
fix mis-spelling in manager.go
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
Martin Hickey authored
feat(helm:create): allow absolute paths when specifying starter template path [master]
-
- 06 Aug, 2019 3 commits
-
-
Taylor Thomas authored
Clarify operator docs wording
-
Matthew Fisher authored
fix wrong spells in hooks.go
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
- 05 Aug, 2019 1 commit
-
-
Matt Farina authored
fix word 'resoures' to 'resources
-
- 03 Aug, 2019 1 commit
-
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
- 02 Aug, 2019 6 commits
-
-
Matt Farina authored
fix word 'efault' to 'default'
-
Kevin Lau authored
The original is explaining the negation, when the body would not be included. Which would happen in the complement of the if expression, ie. flipped by De Morgan's law's: ``` not (or .Values.anUnsetVariable (not .Values.aSetVariable)) == and (not .Values.anUnsetVariable) .Values.aSetVariable ``` > unset variables evaluate to false is equivalent to `not .Values.anUnsetVariable`. > and is equivalent to `and`. > .Values.setVariable was negated with the not function doesn't seem to match `.Values.aSetVariable`. To me, that would be `not .Values.aSetVariable` instead. Anyway, explaining the `if` expression as-is and not the negation is clearer and parallels the first `if` operator. Signed-off-by: Kevin Lau <kelau1993@gmail.com>
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
Martin Hickey authored
Fix typo notes -> note
-
Kevin Lau authored
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
-
Martin Hickey authored
cleanup: log message typo fix
-