forked from opensearch-project/opensearch-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvaluesGke.yaml
More file actions
41 lines (35 loc) · 807 Bytes
/
Copy pathvaluesGke.yaml
File metadata and controls
41 lines (35 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
conditionalPackageInstalls:
localstack: false
cloudProvider: gcp
gcp:
project: ""
serviceAccountEmail: ""
logs:
sharedLogsVolume:
enabled: false
defaultBucketConfiguration:
useLocalStack: false
create: false
gcsBucketConfiguration:
create: false
charts:
argo-workflows:
values:
artifactRepository:
s3: null
gcs:
keyFormat: 'argo-artifacts/{{ "{{workflow.name}}" }}/{{ "{{pod.name}}" }}'
fluent-bit:
values:
extraVolumes:
- name: logs-pv
emptyDir: {}
- name: lua-scripts
configMap:
name: fluentbit-lua-scripts
extraVolumeMounts:
- name: logs-pv
mountPath: /shared_logs
- name: lua-scripts
mountPath: /fluentbit/scripts
readOnly: true