Skip to content

Commit

Permalink
fix(radius): add secret war and tag schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
xom4ek committed Aug 26, 2024
1 parent 66e3297 commit cae947d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/radius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ More information about radius you can find here `https://docs.radius-labs.com/in
- [Depository](https://github.com/radiusxyz/depository/tree/main)

2. -Create a secret in Kubernetes for any workflow you want. Example you can find in `./examples`-

> Dont use secret in open way, try to figure out with [vault](https://github.com/hashicorp/vault) / [sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) / [sops](https://github.com/getsops/sops)
3. Fill the placeholders in your `values.yaml` file:
- YOUR_WALLET_KEY
- YOUR_PUBLIC_DOMAIN
Expand Down
2 changes: 2 additions & 0 deletions charts/radius/example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Generate keys

For generate keys read this doc https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation

> Dont use secret in open way, try to figure out with [vault](https://github.com/hashicorp/vault) / [sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) / [sops](https://github.com/getsops/sops)
4 changes: 2 additions & 2 deletions charts/radius/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ register:
image:
repository: theradius/loggia
pullPolicy: Always
tag: ~
tag: ""
args:
- register

Expand All @@ -69,7 +69,7 @@ node:
image:
repository: theradius/loggia
pullPolicy: Always
tag: ~
tag: ""
ports:
- name: node-api
containerPort: 80
Expand Down

0 comments on commit cae947d

Please sign in to comment.