You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Breaking up the configuration settings into secrets and configmap. Using the secret for the operator id and key.
Signed-off-by: Matt Halder <[email protected]>
* Deployment.yaml has been updated to use configmap and secrets from the last commit. Values file has settings for using either local or global hedera networks configurations.
Signed-off-by: Matt Halder <[email protected]>
* Adding support for both local and hosted hedera networks in the configmap. Added test values into minikube values file.
Signed-off-by: Matt Halder <[email protected]>
* Moving the eth_raw id and key from the configmap to the secrets location for both templates and values.
Signed-off-by: Matt Halder <[email protected]>
* Adding padded return for linting
Signed-off-by: Matt Halder <[email protected]>
* moving from rfc 1918 addresses to loopback address, this is how local development nodes are documented to run
Signed-off-by: Matt Halder <[email protected]>
* moving from rfc 1918 addresses to loopback address, this is how local development nodes are documented to run
Signed-off-by: Matt Halder <[email protected]>
Signed-off-by: Matt Halder <[email protected]>
HEDERA_NETWORK: {{ required "A valid HEDERA_NETWORK must be present in either .Values.config.local.HEDERA_NETWORK or .Values.config.hosted.HEDERA_NETWORK " (or .Values.config.local.HEDERA_NETWORK .Values.config.hosted.HEDERA_NETWORK) }}
0 commit comments