- 16 Sep, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
- 09 Sep, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.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 7 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
-
dzzg authored
Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
-
- 01 Aug, 2019 5 commits
-
-
Matthew Fisher authored
feat(KEYS): add bacongobbler's keys
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
fix word 'potgres' to 'postgres'
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
Matt Farina authored
Uploading KEYS file to azure along with dist files
-
- 31 Jul, 2019 3 commits
-
-
Matt Farina authored
Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Martin Hickey authored
Clean code: delete commented code
-
dinesh reddy authored
Signed-off-by: dinesh reddy <dinesh.reddy@bestbuy.com>
-
- 30 Jul, 2019 1 commit
-
-
Matthew Fisher authored
Update example to set selector labels
-