Skip to content

Commit

Permalink
Workaround an issue so that controller-manager can rollback from a br…
Browse files Browse the repository at this point in the history
…oken state
  • Loading branch information
janetkuo committed Mar 15, 2019
1 parent f2c240a commit ff3895a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scaffold/manager/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ spec:
control-plane: controller-manager
controller-tools.k8s.io: "1.0"
serviceName: controller-manager-service
replicas: 1
podManagementPolicy: Parallel
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions test/project/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
control-plane: controller-manager
controller-tools.k8s.io: "1.0"
serviceName: controller-manager-service
replicas: 1
podManagementPolicy: Parallel
template:
metadata:
labels:
Expand Down

0 comments on commit ff3895a

Please sign in to comment.