-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lnd refactor #3
Lnd refactor #3
Conversation
This reverts commit b9584ab.
Merging this with failing status due to bug in the chart-testing tool |
@@ -0,0 +1,22 @@ | |||
1. Get the application URL by running these commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be expended:
how to get the TLS, macaroon, execute a lncli on the pod, etc.
@@ -0,0 +1,28 @@ | |||
{{- if .Values.autoscaling.enabled }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ie: not compatible with lnd)
labels: | ||
{{- include "lnd.labels" . | nindent 4 }} | ||
stringData: | ||
password: {{ default "randAlphaNum 6" .Values.walletPassword | quote }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there should be a lot more characters because 6 can easily be brute force. 24 at least.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple of comment on the PR
Will address in a new PR. |
No description provided.