Skip to content

Commit aac4803

Browse files
committed
feat: enable single namespace restriction for Argo Workflows in values.yaml
1 parent cceb9b5 commit aac4803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ argo-events:
317317
argo-workflows:
318318
fullnameOverride: argo
319319
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
320323
server:
321324
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
322325
authModes:

0 commit comments

Comments
 (0)