Skip to content

Conversation

ciarams87
Copy link
Contributor

@ciarams87 ciarams87 commented Oct 5, 2022

Proposed changes

Update Chart and Manifests to support the latest NIC release

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@ciarams87 ciarams87 requested review from a team, haywoodsh, jjngx and lucacome October 5, 2022 12:15
@github-actions github-actions bot added the documentation Pull requests/issues for documentation label Oct 5, 2022
@ciarams87 ciarams87 requested review from shaun-nx and vepatel October 6, 2022 11:03
`controller.ingressClass` | A class of the Ingress Controller. An IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start. The Ingress Controller only processes resources that belong to its class - i.e. have the "ingressClassName" field resource equal to the class. The Ingress Controller processes all the VirtualServer/VirtualServerRoute/TransportServer resources that do not have the "ingressClassName" field for all versions of kubernetes. | nginx
`controller.setAsDefaultIngress` | New Ingresses without an `"ingressClassName"` field specified will be assigned the class specified in `controller.ingressClass`. | false
`controller.watchNamespace` | Namespace to watch for Ingress resources. By default the Ingress Controller watches all namespaces. | ""
`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. | ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ciarams87 same comment about escaped commas

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vepatel I don't think it applies here because we're not using helm cli to install - we're using the Operator so it will either be GUI or kubectl or something

@ciarams87 ciarams87 merged commit b5da51d into main Oct 6, 2022
@ciarams87 ciarams87 deleted the nic-version-2.4.0 branch October 6, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Pull requests/issues for documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants