Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Víctor Cuadrado Juan <[email protected]>
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio and viccuad authored Apr 13, 2023
1 parent 4394600 commit e7dd0bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/admissionpolicy_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/source"
)

// Warning: these controller is deployed by a helm chart which has its own
// Warning: this controller is deployed by a helm chart which has its own
// templated RBAC rules. The rules are kept in sync between what is generated by
// `make manifests` and the helm chart by hand.
//
Expand Down
2 changes: 1 addition & 1 deletion controllers/clusteradmissionpolicy_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/source"
)

// Warning: these controller is deployed by a helm chart which has its own
// Warning: this controller is deployed by a helm chart which has its own
// templated RBAC rules. The rules are kept in sync between what is generated by
// `make manifests` and the helm chart by hand.
//
Expand Down
2 changes: 1 addition & 1 deletion controllers/policyserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type PolicyServerReconciler struct {
Reconciler admission.Reconciler
}

// Warning: these controller is deployed by a helm chart which has its own
// Warning: this controller is deployed by a helm chart which has its own
// templated RBAC rules. The rules are kept in sync between what is generated by
// `make manifests` and the helm chart by hand.
//
Expand Down

0 comments on commit e7dd0bf

Please sign in to comment.