Skip to content

Commit 7afcea8

Browse files
committed
Separate ServiceAccount names
1 parent e3d097b commit 7afcea8

1 file changed

Lines changed: 48 additions & 48 deletions

File tree

chart/values.yaml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ workers:
770770
# (deprecated, use `workers.celery.podDisruptionBudget.config.minAvailable` instead)
771771
# minAvailable: 1
772772

773-
# Create ServiceAccount for Airflow Celery workers and pods created with pod-template-file
773+
# Create Service Account for Airflow Celery workers and pods created with pod-template-file
774774
# (deprecated, use `workers.celery.serviceAccount` and/or `workers.kubernetes.serviceAccount` instead)
775775
serviceAccount:
776776
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
@@ -780,14 +780,14 @@ workers:
780780
# instead)
781781
automountServiceAccountToken: true
782782

783-
# Specifies whether a ServiceAccount should be created
783+
# Specifies whether a Service Account should be created
784784
# (deprecated, use
785785
# `workers.celery.serviceAccount.create` and/or
786786
# `workers.kubernetes.serviceAccount.create`
787787
# instead)
788788
create: true
789789

790-
# The name of the ServiceAccount to use.
790+
# The name of the Service Account to use.
791791
# If not set and `create` is 'true', a name is generated using the release name
792792
# (deprecated, use
793793
# `workers.celery.serviceAccount.name` and/or
@@ -1273,15 +1273,15 @@ workers:
12731273
maxUnavailable: ~
12741274
# minAvailable: ~
12751275

1276-
# Create ServiceAccount for Airflow Celery workers
1276+
# Create Service Account for Airflow Celery workers
12771277
serviceAccount:
12781278
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
12791279
automountServiceAccountToken: ~
12801280

1281-
# Specifies whether a ServiceAccount should be created
1281+
# Specifies whether a Service Account should be created
12821282
create: ~
12831283

1284-
# The name of the ServiceAccount to use.
1284+
# The name of the Service Account to use.
12851285
# If not set and `create` is 'true', a name is generated using the release name
12861286
name: ~
12871287

@@ -1445,21 +1445,21 @@ workers:
14451445
# Container level Lifecycle Hooks definition for pods created with pod-template-file
14461446
containerLifecycleHooks: {}
14471447

1448-
# Create ServiceAccount for pods created with pod-template-file
1448+
# Create Service Account for pods created with pod-template-file
14491449
# When this section is specified, the Service Account is created from
14501450
# 'templates/workers/worker-kubernetes-serviceaccount.yaml' file
14511451
serviceAccount:
14521452
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
14531453
# If not specified, the `workers.serviceAccount.automountServiceAccountToken` value will be taken
14541454
automountServiceAccountToken: ~
14551455

1456-
# Specifies whether a ServiceAccount should be created.
1457-
# If not specified, the ServiceAccount will be generated and used from
1456+
# Specifies whether a Service Account should be created.
1457+
# If not specified, the Service Account will be generated and used from
14581458
# 'templates/workers/worker-serviceaccount.yaml' file if `workers.serviceAccount.create`
14591459
# will be 'true'
14601460
create: ~
14611461

1462-
# The name of the ServiceAccount to use.
1462+
# The name of the Service Account to use.
14631463
# If not set and `create` is 'true', a name is generated using the release name
14641464
# with kubernetes dedicated name
14651465
name: ~
@@ -1608,16 +1608,16 @@ scheduler:
16081608
# Grace period for tasks to finish after SIGTERM is sent from Kubernetes
16091609
terminationGracePeriodSeconds: 10
16101610

1611-
# Create ServiceAccount
1611+
# Create Service Account
16121612
serviceAccount:
16131613
# Affects all executors that launch pods
16141614
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
16151615
automountServiceAccountToken: true
16161616

1617-
# Specifies whether a ServiceAccount should be created
1617+
# Specifies whether a Service Account should be created
16181618
create: true
16191619

1620-
# The name of the ServiceAccount to use.
1620+
# The name of the Service Account to use.
16211621
# If not set and `create` is 'true', a name is generated using the release name
16221622
name: ~
16231623

@@ -1837,15 +1837,15 @@ createUserJob:
18371837
# Container level lifecycle hooks
18381838
containerLifecycleHooks: {}
18391839

1840-
# Create ServiceAccount
1840+
# Create Service Account
18411841
serviceAccount:
18421842
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
18431843
automountServiceAccountToken: true
18441844

1845-
# Specifies whether a ServiceAccount should be created
1845+
# Specifies whether a Service Account should be created
18461846
create: true
18471847

1848-
# The name of the ServiceAccount to use.
1848+
# The name of the Service Account to use.
18491849
# If not set and `create` is 'true', a name is generated using the release name
18501850
name: ~
18511851

@@ -1941,15 +1941,15 @@ migrateDatabaseJob:
19411941
# Container level lifecycle hooks
19421942
containerLifecycleHooks: {}
19431943

1944-
# Create ServiceAccount
1944+
# Create Service Account
19451945
serviceAccount:
19461946
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
19471947
automountServiceAccountToken: true
19481948

1949-
# Specifies whether a ServiceAccount should be created
1949+
# Specifies whether a Service Account should be created
19501950
create: true
19511951

1952-
# The name of the ServiceAccount to use.
1952+
# The name of the Service Account to use.
19531953
# If not set and `create` is 'true', a name is generated using the release name
19541954
name: ~
19551955

@@ -2057,10 +2057,10 @@ apiServer:
20572057
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
20582058
automountServiceAccountToken: true
20592059

2060-
# Specifies whether a ServiceAccount should be created
2060+
# Specifies whether a Service Account should be created
20612061
create: true
20622062

2063-
# The name of the ServiceAccount to use.
2063+
# The name of the Service Account to use.
20642064
# If not set and `create` is 'true', a name is generated using the release name
20652065
name: ~
20662066

@@ -2287,15 +2287,15 @@ webserver:
22872287
# Scaling behavior of the target in both Up and Down directions
22882288
behavior: {}
22892289

2290-
# Create ServiceAccount
2290+
# Create Service Account
22912291
serviceAccount:
22922292
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
22932293
automountServiceAccountToken: true
22942294

2295-
# Specifies whether a ServiceAccount should be created
2295+
# Specifies whether a Service Account should be created
22962296
create: true
22972297

2298-
# The name of the ServiceAccount to use.
2298+
# The name of the Service Account to use.
22992299
# If not set and `create` is 'true', a name is generated using the release name
23002300
name: ~
23012301

@@ -2501,15 +2501,15 @@ triggerer:
25012501
periodSeconds: 60
25022502
command: ~
25032503

2504-
# Create ServiceAccount
2504+
# Create Service Account
25052505
serviceAccount:
25062506
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
25072507
automountServiceAccountToken: true
25082508

2509-
# Specifies whether a ServiceAccount should be created
2509+
# Specifies whether a Service Account should be created
25102510
create: true
25112511

2512-
# The name of the ServiceAccount to use.
2512+
# The name of the Service Account to use.
25132513
# If not set and `create` is 'true', a name is generated using the release name
25142514
name: ~
25152515

@@ -2787,15 +2787,15 @@ dagProcessor:
27872787
periodSeconds: 60
27882788
command: ~
27892789

2790-
# Create ServiceAccount
2790+
# Create Service Account
27912791
serviceAccount:
27922792
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
27932793
automountServiceAccountToken: true
27942794

2795-
# Specifies whether a ServiceAccount should be created
2795+
# Specifies whether a Service Account should be created
27962796
create: true
27972797

2798-
# The name of the ServiceAccount to use.
2798+
# The name of the Service Account to use.
27992799
# If not set and `create` is 'true', a name is generated using the release name
28002800
name: ~
28012801

@@ -3019,15 +3019,15 @@ flower:
30193019
# Container level lifecycle hooks
30203020
containerLifecycleHooks: {}
30213021

3022-
# Create ServiceAccount
3022+
# Create Service Account
30233023
serviceAccount:
30243024
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
30253025
automountServiceAccountToken: true
30263026

3027-
# Specifies whether a ServiceAccount should be created
3027+
# Specifies whether a Service Account should be created
30283028
create: true
30293029

3030-
# The name of the ServiceAccount to use.
3030+
# The name of the Service Account to use.
30313031
# If not set and `create` is 'true', a name is generated using the release name
30323032
name: ~
30333033

@@ -3159,15 +3159,15 @@ statsd:
31593159
# Grace period for StatsD to finish after SIGTERM is sent from Kubernetes
31603160
terminationGracePeriodSeconds: 30
31613161

3162-
# Create ServiceAccount
3162+
# Create Service Account
31633163
serviceAccount:
31643164
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
31653165
automountServiceAccountToken: true
31663166

3167-
# Specifies whether a ServiceAccount should be created
3167+
# Specifies whether a Service Account should be created
31683168
create: true
31693169

3170-
# The name of the ServiceAccount to use.
3170+
# The name of the Service Account to use.
31713171
# If not set and `create` is 'true', a name is generated using the release name
31723172
name: ~
31733173

@@ -3264,15 +3264,15 @@ pgbouncer:
32643264
# Add custom annotations to the PgBouncer certificates secret
32653265
certificatesSecretAnnotations: {}
32663266

3267-
# Create ServiceAccount
3267+
# Create Service Account
32683268
serviceAccount:
32693269
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
32703270
automountServiceAccountToken: true
32713271

3272-
# Specifies whether a ServiceAccount should be created
3272+
# Specifies whether a Service Account should be created
32733273
create: true
32743274

3275-
# The name of the ServiceAccount to use.
3275+
# The name of the Service Account to use.
32763276
# If not set and `create` is 'true', a name is generated using the release name
32773277
name: ~
32783278

@@ -3458,15 +3458,15 @@ redis:
34583458
# Annotations for Redis Statefulset
34593459
annotations: {}
34603460

3461-
# Create ServiceAccount
3461+
# Create Service Account
34623462
serviceAccount:
34633463
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
34643464
automountServiceAccountToken: true
34653465

3466-
# Specifies whether a ServiceAccount should be created
3466+
# Specifies whether a Service Account should be created
34673467
create: true
34683468

3469-
# The name of the ServiceAccount to use.
3469+
# The name of the Service Account to use.
34703470
# If not set and `create` is 'true', a name is generated using the release name
34713471
name: ~
34723472

@@ -3678,15 +3678,15 @@ cleanup:
36783678
# cpu: 100m
36793679
# memory: 128Mi
36803680

3681-
# Create ServiceAccount
3681+
# Create Service Account
36823682
serviceAccount:
36833683
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
36843684
automountServiceAccountToken: true
36853685

3686-
# Specifies whether a ServiceAccount should be created
3686+
# Specifies whether a Service Account should be created
36873687
create: true
36883688

3689-
# The name of the ServiceAccount to use.
3689+
# The name of the Service Account to use.
36903690
# If not set and `create` is 'true', a name is generated using the release name
36913691
name: ~
36923692

@@ -3778,15 +3778,15 @@ databaseCleanup:
37783778
# cpu: 100m
37793779
# memory: 128Mi
37803780

3781-
# Create ServiceAccount
3781+
# Create Service Account
37823782
serviceAccount:
37833783
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
37843784
automountServiceAccountToken: true
37853785

3786-
# Specifies whether a ServiceAccount should be created
3786+
# Specifies whether a Service Account should be created
37873787
create: true
37883788

3789-
# The name of the ServiceAccount to use.
3789+
# The name of the Service Account to use.
37903790
# If not set and `create` is 'true', a name is generated using the release name
37913791
name: ~
37923792

0 commit comments

Comments
 (0)