File tree Expand file tree Collapse file tree 3 files changed +45
-5
lines changed Expand file tree Collapse file tree 3 files changed +45
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Set up chart-testing
125125 uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
126126 with :
127- version : 3.14.0 # renovate: datasource=github-tags depName=helm/chart-testing
127+ yamale_version : " 6.0.0 " # renovate: datasource=github-tags depName=helm/chart-testing
128128
129129 - name : Run chart-testing
130130 run : ct lint --print-config --config .ct.yaml
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
1515 namespace : nginx-gateway
1616---
1717apiVersion : v1
18+ automountServiceAccountToken : false
1819kind : ServiceAccount
1920metadata :
2021 labels :
@@ -54,15 +55,33 @@ metadata:
5455rules :
5556- apiGroups :
5657 - " "
57- - apps
58- - autoscaling
5958 resources :
6059 - secrets
6160 - configmaps
6261 - serviceaccounts
6362 - services
63+ verbs :
64+ - create
65+ - update
66+ - delete
67+ - list
68+ - get
69+ - watch
70+ - apiGroups :
71+ - apps
72+ resources :
6473 - deployments
6574 - daemonsets
75+ verbs :
76+ - create
77+ - update
78+ - delete
79+ - list
80+ - get
81+ - watch
82+ - apiGroups :
83+ - autoscaling
84+ resources :
6685 - horizontalpodautoscalers
6786 verbs :
6887 - create
@@ -358,6 +377,7 @@ spec:
358377 metadata :
359378 annotations : null
360379 spec :
380+ automountServiceAccountToken : true
361381 containers :
362382 - args :
363383 - generate-certs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ metadata:
1515 namespace : nginx-gateway
1616---
1717apiVersion : v1
18+ automountServiceAccountToken : false
1819kind : ServiceAccount
1920metadata :
2021 labels :
@@ -54,15 +55,33 @@ metadata:
5455rules :
5556- apiGroups :
5657 - " "
57- - apps
58- - autoscaling
5958 resources :
6059 - secrets
6160 - configmaps
6261 - serviceaccounts
6362 - services
63+ verbs :
64+ - create
65+ - update
66+ - delete
67+ - list
68+ - get
69+ - watch
70+ - apiGroups :
71+ - apps
72+ resources :
6473 - deployments
6574 - daemonsets
75+ verbs :
76+ - create
77+ - update
78+ - delete
79+ - list
80+ - get
81+ - watch
82+ - apiGroups :
83+ - autoscaling
84+ resources :
6685 - horizontalpodautoscalers
6786 verbs :
6887 - create
@@ -354,6 +373,7 @@ spec:
354373 metadata :
355374 annotations : null
356375 spec :
376+ automountServiceAccountToken : true
357377 containers :
358378 - args :
359379 - generate-certs
You can’t perform that action at this time.
0 commit comments