39 lines
660 B
YAML
39 lines
660 B
YAML
singleNamespace: true
|
|
# -- String to partially override "argo-workflowss.fullname" template
|
|
nameOverride: argo-workflows
|
|
|
|
# -- String to fully override "argo-workflowss.fullname" template
|
|
fullnameOverride: argo-workflows
|
|
|
|
|
|
workflow:
|
|
serviceAccount:
|
|
create: true
|
|
name: "argo-workflows"
|
|
rbac:
|
|
create: true
|
|
|
|
controller:
|
|
metricsConfig:
|
|
enabled: true
|
|
|
|
logging:
|
|
level: debug
|
|
|
|
rbac:
|
|
accessAllSecrets: true
|
|
writeConfigMaps: true
|
|
|
|
serviceType: NodePort
|
|
|
|
extraEnv:
|
|
- name: ARGO_EXECUTOR_PLUGINS
|
|
value: "true"
|
|
|
|
server:
|
|
serviceType: NodePort
|
|
serviceNodePort: 30800
|
|
secure: true
|
|
extraArgs:
|
|
- --auth-mode=server
|