Add loadbalancersourceranges to ssh service #105
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SSH service might want to limit the a range of source IPs. LoadBalancerSourceRanges
enables to limit them just passing a list of CIDR addresses to whitelist
Thanks for your feedback @techknowlogick, I've just pushed a commit with the changes
Still not correct.
your current change:
But you still got if and .Values.service.ssh.loadBalancerIP (eq .Values.service.ssh.type "loadBalancer")
It needs to be this (without the comments of course):
Many thanks for your patience @luhahn, I've just uploaded the change slightly changing the indentation as running tests locally rendered some lines slighly off.
looks good to me now :)
@techknowlogick can you please take a look and see if it looks good to you?
thanks in advance!