fix: readd lost commits
Signed-off-by: kostas-theo <ktheo@oneconcern.com>
This commit is contained in:
parent
715a43652a
commit
bf91403d70
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
description: A Helm chart to install Argo-Events in k8s Cluster
|
||||
name: argo-events
|
||||
version: 1.2.4
|
||||
version: 1.3.4
|
||||
keywords:
|
||||
- argo-events
|
||||
- sensor-controller
|
||||
|
|
|
@ -14,6 +14,9 @@ installCRD: true
|
|||
# ServiceAccount to use for running controller.
|
||||
serviceAccount: argo-events-sa
|
||||
|
||||
# Add annotations to the service account for enabling GKE workload identity or any other use case
|
||||
serviceAccountAnnotations: {}
|
||||
|
||||
# Create service accounts in additional namespaces specified
|
||||
# The SA will always be created in the release namespaces
|
||||
additionalSaNamespaces: []
|
||||
|
|
Loading…
Reference in a new issue