-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Show HashiCorp Vault Address when using 'kubectl get ta' or 'kubectl get cta' #1862
Conversation
… cta Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Kubectl get ta
or kubectl get cta
Hi @tomkerkhove @zroubalik |
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.
LGTM
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.
Looking good, could you please open another PR for charts, so the CRDs are updated there as well?
And please update changelog as well :) |
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Addressed the comment |
Sure I will soon create a PR for it also. |
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Done! kedacore/charts#164 |
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.
LGTM, thanks @Shubham82 !
…get cta' (kedacore#1862) Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com> Signed-off-by: nilayasiktoprak <nilayasiktoprak@gmail.com>
Signed-off-by: Shubham Kuchhal shubham.kuchhal@india.nec.com
Add
VaultAdress
field in TriggerAuthentication and ClusterTriggerAuthentication CRD so on usingkubectl get TriggerAuthentication
orkubectl get ClusterTriggerAuthentication
it would show the Address of HashiCorp Vault.Checklist
Fixes #1826