feat(argo-events): Add annotations to argo-events-sa. (#708)
* feat: sa annotations Signed-off-by: kostas-theo <ktheo@oneconcern.com> * fix: review recommendations Signed-off-by: kostas-theo <ktheo@oneconcern.com> * fix: Apply review changes Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
6acfdc62ef
commit
be7c6c5721
3 changed files with 11 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ installCRD: true
|
|||
# ServiceAccount to use for running controller.
|
||||
serviceAccount: argo-events-sa
|
||||
|
||||
# serviceAccountAnnotations can be used to enable GKE workload identity, or other use-cases
|
||||
serviceAccountAnnotations: {}
|
||||
|
||||
# Create service accounts in additional namespaces specified
|
||||
# The SA will always be created in the release namespaces
|
||||
additionalSaNamespaces: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue