examples icon indicating copy to clipboard operation
examples copied to clipboard

[Tutorial][Kubernetes] C# Helm chart using values derived from other resources

Open uptownbrown opened this issue 5 years ago • 0 comments

Kubernetes/Helm/C# Tutorial Request

It would be helpful to see the best way to use the Helm chart while overriding the default chart values.

Example

How to override values in an nginx-ingress controller in azure aks: --set controller.nodeSelector."beta.kubernetes.io/os"=linux --set defaultBackend.nodeSelector."beta.kubernetes.io/os"=linux --set controller.service.annotations."service.beta.kubernetes.io/azure-dns-label-name"= {value}

uptownbrown avatar May 08 '20 21:05 uptownbrown