Closed OlivierCharuel closed 9 months ago
@OlivierCharuel the best practice is to use a field named exsistingServiceAccountName: ""
, then use the name if it present, otherwise use the default name. By this you can not only prevent the duplication but also use difference name for the existing service account
@pmint93 Thanks for the advice, updated/tested my code according to your preco.
This PR allows usage of the service-account features without creating it from this chart (i.e. avoid duplicate declaration, when the SA is already present in the namespace)
Thonks,