Skip to content

Commit 78c2fbb

Browse files
committed
Separate ServiceAccount names
1 parent 75dfcd4 commit 78c2fbb

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
@@ -1282,15 +1282,15 @@ workers:
12821282
maxUnavailable: ~
12831283
# minAvailable: ~
12841284

1285-
# Create ServiceAccount for Airflow Celery workers
1285+
# Create Service Account for Airflow Celery workers
12861286
serviceAccount:
12871287
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
12881288
automountServiceAccountToken: ~
12891289

1290-
# Specifies whether a ServiceAccount should be created
1290+
# Specifies whether a Service Account should be created
12911291
create: ~
12921292

1293-
# The name of the ServiceAccount to use.
1293+
# The name of the Service Account to use.
12941294
# If not set and `create` is 'true', a name is generated using the release name
12951295
name: ~
12961296

@@ -1491,21 +1491,21 @@ workers:
14911491
# Container level Lifecycle Hooks definition for pods created with pod-template-file
14921492
containerLifecycleHooks: {}
14931493

1494-
# Create ServiceAccount for pods created with pod-template-file
1494+
# Create Service Account for pods created with pod-template-file
14951495
# When this section is specified, the Service Account is created from
14961496
# 'templates/workers/worker-kubernetes-serviceaccount.yaml' file
14971497
serviceAccount:
14981498
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
14991499
# If not specified, the `workers.serviceAccount.automountServiceAccountToken` value will be taken
15001500
automountServiceAccountToken: ~
15011501

1502-
# Specifies whether a ServiceAccount should be created.
1503-
# If not specified, the ServiceAccount will be generated and used from
1502+
# Specifies whether a Service Account should be created.
1503+
# If not specified, the Service Account will be generated and used from
15041504
# 'templates/workers/worker-serviceaccount.yaml' file if `workers.serviceAccount.create`
15051505
# will be 'true'
15061506
create: ~
15071507

1508-
# The name of the ServiceAccount to use.
1508+
# The name of the Service Account to use.
15091509
# If not set and `create` is 'true', a name is generated using the release name
15101510
# with Kubernetes dedicated name
15111511
name: ~
@@ -1656,16 +1656,16 @@ scheduler:
16561656
# Grace period for tasks to finish after SIGTERM is sent from Kubernetes
16571657
terminationGracePeriodSeconds: 10
16581658

1659-
# Create ServiceAccount
1659+
# Create Service Account
16601660
serviceAccount:
16611661
# Affects all executors that launch pods
16621662
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
16631663
automountServiceAccountToken: true
16641664

1665-
# Specifies whether a ServiceAccount should be created
1665+
# Specifies whether a Service Account should be created
16661666
create: true
16671667

1668-
# The name of the ServiceAccount to use.
1668+
# The name of the Service Account to use.
16691669
# If not set and `create` is 'true', a name is generated using the release name
16701670
name: ~
16711671

@@ -1885,15 +1885,15 @@ createUserJob:
18851885
# Container level lifecycle hooks
18861886
containerLifecycleHooks: {}
18871887

1888-
# Create ServiceAccount
1888+
# Create Service Account
18891889
serviceAccount:
18901890
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
18911891
automountServiceAccountToken: true
18921892

1893-
# Specifies whether a ServiceAccount should be created
1893+
# Specifies whether a Service Account should be created
18941894
create: true
18951895

1896-
# The name of the ServiceAccount to use.
1896+
# The name of the Service Account to use.
18971897
# If not set and `create` is 'true', a name is generated using the release name
18981898
name: ~
18991899

@@ -1989,15 +1989,15 @@ migrateDatabaseJob:
19891989
# Container level lifecycle hooks
19901990
containerLifecycleHooks: {}
19911991

1992-
# Create ServiceAccount
1992+
# Create Service Account
19931993
serviceAccount:
19941994
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
19951995
automountServiceAccountToken: true
19961996

1997-
# Specifies whether a ServiceAccount should be created
1997+
# Specifies whether a Service Account should be created
19981998
create: true
19991999

2000-
# The name of the ServiceAccount to use.
2000+
# The name of the Service Account to use.
20012001
# If not set and `create` is 'true', a name is generated using the release name
20022002
name: ~
20032003

@@ -2105,10 +2105,10 @@ apiServer:
21052105
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
21062106
automountServiceAccountToken: true
21072107

2108-
# Specifies whether a ServiceAccount should be created
2108+
# Specifies whether a Service Account should be created
21092109
create: true
21102110

2111-
# The name of the ServiceAccount to use.
2111+
# The name of the Service Account to use.
21122112
# If not set and `create` is 'true', a name is generated using the release name
21132113
name: ~
21142114

@@ -2335,15 +2335,15 @@ webserver:
23352335
# Scaling behavior of the target in both Up and Down directions
23362336
behavior: {}
23372337

2338-
# Create ServiceAccount
2338+
# Create Service Account
23392339
serviceAccount:
23402340
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
23412341
automountServiceAccountToken: true
23422342

2343-
# Specifies whether a ServiceAccount should be created
2343+
# Specifies whether a Service Account should be created
23442344
create: true
23452345

2346-
# The name of the ServiceAccount to use.
2346+
# The name of the Service Account to use.
23472347
# If not set and `create` is 'true', a name is generated using the release name
23482348
name: ~
23492349

@@ -2549,15 +2549,15 @@ triggerer:
25492549
periodSeconds: 60
25502550
command: ~
25512551

2552-
# Create ServiceAccount
2552+
# Create Service Account
25532553
serviceAccount:
25542554
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
25552555
automountServiceAccountToken: true
25562556

2557-
# Specifies whether a ServiceAccount should be created
2557+
# Specifies whether a Service Account should be created
25582558
create: true
25592559

2560-
# The name of the ServiceAccount to use.
2560+
# The name of the Service Account to use.
25612561
# If not set and `create` is 'true', a name is generated using the release name
25622562
name: ~
25632563

@@ -2835,15 +2835,15 @@ dagProcessor:
28352835
periodSeconds: 60
28362836
command: ~
28372837

2838-
# Create ServiceAccount
2838+
# Create Service Account
28392839
serviceAccount:
28402840
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
28412841
automountServiceAccountToken: true
28422842

2843-
# Specifies whether a ServiceAccount should be created
2843+
# Specifies whether a Service Account should be created
28442844
create: true
28452845

2846-
# The name of the ServiceAccount to use.
2846+
# The name of the Service Account to use.
28472847
# If not set and `create` is 'true', a name is generated using the release name
28482848
name: ~
28492849

@@ -3067,15 +3067,15 @@ flower:
30673067
# Container level lifecycle hooks
30683068
containerLifecycleHooks: {}
30693069

3070-
# Create ServiceAccount
3070+
# Create Service Account
30713071
serviceAccount:
30723072
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
30733073
automountServiceAccountToken: true
30743074

3075-
# Specifies whether a ServiceAccount should be created
3075+
# Specifies whether a Service Account should be created
30763076
create: true
30773077

3078-
# The name of the ServiceAccount to use.
3078+
# The name of the Service Account to use.
30793079
# If not set and `create` is 'true', a name is generated using the release name
30803080
name: ~
30813081

@@ -3207,15 +3207,15 @@ statsd:
32073207
# Grace period for StatsD to finish after SIGTERM is sent from Kubernetes
32083208
terminationGracePeriodSeconds: 30
32093209

3210-
# Create ServiceAccount
3210+
# Create Service Account
32113211
serviceAccount:
32123212
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
32133213
automountServiceAccountToken: true
32143214

3215-
# Specifies whether a ServiceAccount should be created
3215+
# Specifies whether a Service Account should be created
32163216
create: true
32173217

3218-
# The name of the ServiceAccount to use.
3218+
# The name of the Service Account to use.
32193219
# If not set and `create` is 'true', a name is generated using the release name
32203220
name: ~
32213221

@@ -3312,15 +3312,15 @@ pgbouncer:
33123312
# Add custom annotations to the PgBouncer certificates secret
33133313
certificatesSecretAnnotations: {}
33143314

3315-
# Create ServiceAccount
3315+
# Create Service Account
33163316
serviceAccount:
33173317
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
33183318
automountServiceAccountToken: true
33193319

3320-
# Specifies whether a ServiceAccount should be created
3320+
# Specifies whether a Service Account should be created
33213321
create: true
33223322

3323-
# The name of the ServiceAccount to use.
3323+
# The name of the Service Account to use.
33243324
# If not set and `create` is 'true', a name is generated using the release name
33253325
name: ~
33263326

@@ -3506,15 +3506,15 @@ redis:
35063506
# Annotations for Redis Statefulset
35073507
annotations: {}
35083508

3509-
# Create ServiceAccount
3509+
# Create Service Account
35103510
serviceAccount:
35113511
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
35123512
automountServiceAccountToken: true
35133513

3514-
# Specifies whether a ServiceAccount should be created
3514+
# Specifies whether a Service Account should be created
35153515
create: true
35163516

3517-
# The name of the ServiceAccount to use.
3517+
# The name of the Service Account to use.
35183518
# If not set and `create` is 'true', a name is generated using the release name
35193519
name: ~
35203520

@@ -3726,15 +3726,15 @@ cleanup:
37263726
# cpu: 100m
37273727
# memory: 128Mi
37283728

3729-
# Create ServiceAccount
3729+
# Create Service Account
37303730
serviceAccount:
37313731
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
37323732
automountServiceAccountToken: true
37333733

3734-
# Specifies whether a ServiceAccount should be created
3734+
# Specifies whether a Service Account should be created
37353735
create: true
37363736

3737-
# The name of the ServiceAccount to use.
3737+
# The name of the Service Account to use.
37383738
# If not set and `create` is 'true', a name is generated using the release name
37393739
name: ~
37403740

@@ -3826,15 +3826,15 @@ databaseCleanup:
38263826
# cpu: 100m
38273827
# memory: 128Mi
38283828

3829-
# Create ServiceAccount
3829+
# Create Service Account
38303830
serviceAccount:
38313831
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
38323832
automountServiceAccountToken: true
38333833

3834-
# Specifies whether a ServiceAccount should be created
3834+
# Specifies whether a Service Account should be created
38353835
create: true
38363836

3837-
# The name of the ServiceAccount to use.
3837+
# The name of the Service Account to use.
38383838
# If not set and `create` is 'true', a name is generated using the release name
38393839
name: ~
38403840

0 commit comments

Comments
 (0)