Skip to content

Commit

Permalink
rebase for updated validator struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack committed Apr 10, 2024
1 parent 1dad6c9 commit f29654c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ async fn main() {
bootstrap_validator.add_label("validator/lb", "load-balancer-selector");
bootstrap_validator.add_label("validator/name", "bootstrap-validator-selector");
bootstrap_validator.add_label("validator/type", "bootstrap");
bootstrap_validator.add_label("validator/identity", bootstrap_keypair.pubkey().to_string());

// create bootstrap replica set
match kub_controller.create_bootstrap_validator_replica_set(
Expand Down

0 comments on commit f29654c

Please sign in to comment.