Skip to content

Commit

Permalink
updated resources
Browse files Browse the repository at this point in the history
Signed-off-by: kumarabd <[email protected]>
  • Loading branch information
kumarabd committed May 10, 2021
1 parent 88377cb commit 7f99472
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/broker_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (r *BrokerReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
log := r.Log
log = log.WithValues("controller", "Broker")
log = log.WithValues("namespace", req.NamespacedName)
log.Info("Reconcillation")
log.Info("Reconcilling broker")
baseResource := &mesheryv1alpha1.Broker{}

// Check if resource exists
Expand Down
2 changes: 1 addition & 1 deletion controllers/meshsync_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (r *MeshSyncReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
log := r.Log
log = log.WithValues("controller", "MeshSync")
log = log.WithValues("namespace", req.NamespacedName)
log.Info("Reconcillation")
log.Info("Reconcilling meshsync")
baseResource := &mesheryv1alpha1.MeshSync{}

// Check if resource exists
Expand Down
1 change: 1 addition & 0 deletions pkg/broker/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ ACSU3Q6LTLBVLGAQUONAGXJHVNWGSKKAUA7IY5TB4Z7PLEKSR5O6JTGR: eyJ0eXAiOiJqd3QiLCJhbG
Annotations: PrometheusAnnotation,
},
Spec: corev1.PodSpec{
ServiceAccountName: "meshery",
Volumes: []corev1.Volume{
{
Name: "config-volume",
Expand Down
1 change: 1 addition & 0 deletions pkg/meshsync/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var (
Annotations: MesheryAnnotation,
},
Spec: corev1.PodSpec{
ServiceAccountName: "meshery",
ShareProcessNamespace: &valtrue,
TerminationGracePeriodSeconds: &val60,
Containers: []corev1.Container{
Expand Down

0 comments on commit 7f99472

Please sign in to comment.