디렉토리 구조 및 각 서비스 추가
This commit is contained in:
38
helm/argo-workflows/override_values.yaml
Normal file
38
helm/argo-workflows/override_values.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
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
|
||||
Reference in New Issue
Block a user