Skip to content

Commit

Permalink
also import the keys into a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Jul 11, 2024
1 parent b612e26 commit 107755b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@ configmap_create(
secret_create_generic(
"poktrolld-keys", from_file=listdir("localnet/poktrolld/keyring-test/")
)

# Import validator keys for the poktrolld helm chart to consume
secret_create_generic(
"poktrolld-validator-keys",
from_file=[
"localnet/poktrolld/config/node_key.json",
"localnet/poktrolld/config/priv_validator_key.json",
],
)

# Import configuration files into Kubernetes ConfigMap
configmap_create(
"poktrolld-configs", from_file=listdir("localnet/poktrolld/config/"), watch=True
Expand Down

0 comments on commit 107755b

Please sign in to comment.