Skip to content

Helm Chart Release Notes for NetScaler CPX with Ingress Controller v3.0.6

Latest
Compare
Choose a tag to compare
@subashd subashd released this 02 Jun 10:47
3941d33

This release note contains information about the Helm chart-related changes for the NetScaler CPX with Ingress controller version 3.0.6

What's new

Custom Service Account

You can now specify a custom service account name by using the serviceAccount.name variable. To automatically create the service account, set serviceAccount.create to true. If serviceAccount.create is set to false , ensure that the specified serviceAccount.name is bound with the proper clusterRole. For details of ClusterRole and ClusterRoleBinding, see NetScaler Helm Charts.

The createClusterRoleAndBinding variable is introduced, which if set to true, ClusterRole and ClusterRoleBinding are created automatically. If the variable is set to false, then ClusterRole and ClusterRoleBinding do not get created.