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
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!
Also provide an example for the correct syntax for "caCerts"
Using this format, is apparently not supported when the inline yaml configuration gets converted to json. I tried other stuff for the multiline yaml, but none has worked sofar
Setting this as a base64 sting does work for the conversion. But then in the resulting kubeconfig the cert is double b64-encoded.
Please tell me how to set the caCerts correctly.
Thank you.
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
The text was updated successfully, but these errors were encountered: