Skip to content

Commit

Permalink
Fixed the way kyma applies patches to kubernetes resources (#97)
Browse files Browse the repository at this point in the history
* Fixed the way kyma applies patches to kubernetes resources

* fix patch cmd
  • Loading branch information
Igor committed May 31, 2019
1 parent a699dc9 commit a1e88bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kyma/cmd/install/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ func (cmd *command) applyOverrideFiles() error {
"patch",
kind,
strings.ToLower(name),
"--type=merge",
"-p",
c)
if err != nil {
Expand Down

0 comments on commit a1e88bd

Please sign in to comment.