Skip to content

Commit

Permalink
improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Oct 16, 2023
1 parent d207db9 commit c74d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
```

In `spec`, all values of the [upstream Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) are allowed. Caveats:
- the component operator does not perform any validation, it just passes the provided spec to the helm chart
- the component operator does not perform any validation, it just passes the provided spec as values to the helm chart
- the supported/allowed spec format might change, when the included upstream chart changes
- deploying multiple `NginxIngressController` resources may or may not work, depending on the supplied values, i.e. it may fail if the configuration leads to deployment of clashing singleton resources such as custom resource definitions, webhook definitions, ...

Expand Down

0 comments on commit c74d0c2

Please sign in to comment.