Skip to content

Commit

Permalink
fix(k8s): avoid normalization issue when installing nginx controller
Browse files Browse the repository at this point in the history
This is a temporary fix before we manage to fully normalize manifests while
diffing, i.e. when server-side apply is widely available for all/most
resources.
  • Loading branch information
edvald committed Jun 5, 2019
1 parent c7becfd commit 118b02c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module:
kind: DaemonSet
daemonset:
useHostPort: true
minReadySeconds: 1
defaultBackend:
enabled: false

0 comments on commit 118b02c

Please sign in to comment.