File tree Expand file tree Collapse file tree 10 files changed +20
-0
lines changed
charts/nginx-gateway-fabric/templates
snippets-filters-nginx-plus Expand file tree Collapse file tree 10 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ metadata:
7
7
{{- include "nginx-gateway.labels" . | nindent 4 }}
8
8
annotations :
9
9
" helm.sh/hook " : pre-install
10
+ automountServiceAccountToken : false
10
11
{{- if or .Values.nginxGateway.serviceAccount.imagePullSecret .Values.nginxGateway.serviceAccount.imagePullSecrets }}
11
12
imagePullSecrets :
12
13
{{- if .Values.nginxGateway.serviceAccount.imagePullSecret }}
@@ -120,6 +121,7 @@ spec:
120
121
{{ toYaml . | nindent 8 }}
121
122
{{- end }}
122
123
spec :
124
+ automountServiceAccountToken : true
123
125
containers :
124
126
- args :
125
127
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -341,6 +342,7 @@ spec:
341
342
metadata :
342
343
annotations : null
343
344
spec :
345
+ automountServiceAccountToken : true
344
346
containers :
345
347
- args :
346
348
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -339,6 +340,7 @@ spec:
339
340
metadata :
340
341
annotations : null
341
342
spec :
343
+ automountServiceAccountToken : true
342
344
containers :
343
345
- args :
344
346
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -348,6 +349,7 @@ spec:
348
349
metadata :
349
350
annotations : null
350
351
spec :
352
+ automountServiceAccountToken : true
351
353
containers :
352
354
- args :
353
355
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -344,6 +345,7 @@ spec:
344
345
metadata :
345
346
annotations : null
346
347
spec :
348
+ automountServiceAccountToken : true
347
349
containers :
348
350
- args :
349
351
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -343,6 +344,7 @@ spec:
343
344
metadata :
344
345
annotations : null
345
346
spec :
347
+ automountServiceAccountToken : true
346
348
containers :
347
349
- args :
348
350
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -339,6 +340,7 @@ spec:
339
340
metadata :
340
341
annotations : null
341
342
spec :
343
+ automountServiceAccountToken : true
342
344
containers :
343
345
- args :
344
346
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -361,6 +362,7 @@ spec:
361
362
metadata :
362
363
annotations : null
363
364
spec :
365
+ automountServiceAccountToken : true
364
366
containers :
365
367
- args :
366
368
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -346,6 +347,7 @@ spec:
346
347
metadata :
347
348
annotations : null
348
349
spec :
350
+ automountServiceAccountToken : true
349
351
containers :
350
352
- args :
351
353
- generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
15
15
namespace : nginx-gateway
16
16
---
17
17
apiVersion : v1
18
+ automountServiceAccountToken : false
18
19
kind : ServiceAccount
19
20
metadata :
20
21
labels :
@@ -342,6 +343,7 @@ spec:
342
343
metadata :
343
344
annotations : null
344
345
spec :
346
+ automountServiceAccountToken : true
345
347
containers :
346
348
- args :
347
349
- generate-certs
You can’t perform that action at this time.
0 commit comments