We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceb9b5 commit aac4803Copy full SHA for aac4803
charts/gitops-runtime/values.yaml
@@ -317,6 +317,9 @@ argo-events:
317
argo-workflows:
318
fullnameOverride: argo
319
enabled: true
320
+ # -- Restrict Argo Workflows to operate only in a single namespace (the namespace of the Helm release).
321
+ # This ensures it does not interfere with any other instances of Argo Workflows installed on your cluster.
322
+ singleNamespace: true
323
server:
324
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
325
authModes:
0 commit comments