The field is named localClusterAuthEndpoint, but the comments talk about "local access endpoint". Is an access endpoint the same thing as an auth endpoint? This should be clarified (e.g. by using consistent terminology)!
Also: I assume these values regards the Authorized Cluster Endpoint feature. This should also be made clearer in the comments!
|
# enable local auth endpoint |
|
localClusterAuthEndpoint: |
|
enabled: false |
|
# specify fqdn of local access endpoint |
|
# fqdn: foo.bar.example |
|
# specify cacert of local access endpoint |
|
# caCerts: "" |
The field is named
localClusterAuthEndpoint, but the comments talk about "local access endpoint". Is an access endpoint the same thing as an auth endpoint? This should be clarified (e.g. by using consistent terminology)!Also: I assume these values regards the Authorized Cluster Endpoint feature. This should also be made clearer in the comments!
cluster-template-examples/charts/values.yaml
Lines 22 to 28 in dc5c201