Skip to content

Commit

Permalink
Merge branch 'main' into vimystic/chore/0000-update-controller-gen-ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
vimystic authored Dec 20, 2024
2 parents f280634 + e9ff7bb commit 621f772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/fullnode/addrbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ls -l $CONFIG_DIR/addrbook.json
echo "Address book $ADDRBOOK_FILE downloaded"
`

// DownloadGenesisCommand returns a proper address book command for use in an init container.
// DownloadAddrbookCommand returns a proper address book command for use in an init container.
func DownloadAddrbookCommand(cfg cosmosv1.ChainSpec) (string, []string) {
args := []string{"-c"}
switch {
Expand Down
2 changes: 1 addition & 1 deletion internal/fullnode/rbac_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func BuildRoles(crd *cosmosv1.CosmosFullNode) []diff.Resource[*rbacv1.Role] {
return diffCr
}

// BuildRoles returns a list of role binding bindings given the crd.
// BuildRoleBindings returns a list of role binding bindings given the crd.
//
// Creates a single role binding binding for the version check.
func BuildRoleBindings(crd *cosmosv1.CosmosFullNode) []diff.Resource[*rbacv1.RoleBinding] {
Expand Down

0 comments on commit 621f772

Please sign in to comment.