fix: readd lost commits

Signed-off-by: kostas-theo <ktheo@oneconcern.com>
This commit is contained in:
kostas-theo 2021-04-30 19:14:20 +02:00
parent 715a43652a
commit bf91403d70
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
description: A Helm chart to install Argo-Events in k8s Cluster description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events name: argo-events
version: 1.2.4 version: 1.3.4
keywords: keywords:
- argo-events - argo-events
- sensor-controller - sensor-controller

View file

@ -14,6 +14,9 @@ installCRD: true
# ServiceAccount to use for running controller. # ServiceAccount to use for running controller.
serviceAccount: argo-events-sa 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 # Create service accounts in additional namespaces specified
# The SA will always be created in the release namespaces # The SA will always be created in the release namespaces
additionalSaNamespaces: [] additionalSaNamespaces: []