File tree 1 file changed +10
-11
lines changed
charts/addons/crossplane/aws/resources
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,22 @@ controller:
2
2
enabled : true
3
3
metadata :
4
4
name : " aws-controller-config"
5
- annotations :
6
- eks.amazonaws.com/role-arn : " replace-me"
5
+ annotations : {}
7
6
spec :
8
7
podSecurityContext :
9
8
fsGroup : 2000
10
9
args :
11
10
- --debug
12
11
12
+ provider :
13
+ enabled : true
14
+ metadata :
15
+ name : " aws-provider"
16
+ annotations : {}
17
+ package :
18
+ registry : xpkg.upbound.io/crossplane-contrib/provider-aws
19
+ version : " v0.41.1"
20
+
13
21
providerConfig :
14
22
enabled : true
15
23
metadata :
@@ -18,12 +26,3 @@ providerConfig:
18
26
spec :
19
27
credentials :
20
28
source : InjectedIdentity
21
-
22
- provider :
23
- enabled : true
24
- metadata :
25
- name : " aws-provider"
26
- annotations : {}
27
- package :
28
- registry : xpkg.upbound.io/crossplane-contrib/provider-aws
29
- version : " v0.41.1"
You can’t perform that action at this time.
0 commit comments