Skip to content

Commit 8f439fc

Browse files
committed
change order for aws crossplane values
Signed-off-by: Carlos Santana <[email protected]>
1 parent b8de9da commit 8f439fc

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

charts/addons/crossplane/aws/resources/values.yaml

+10-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@ controller:
22
enabled: true
33
metadata:
44
name: "aws-controller-config"
5-
annotations:
6-
eks.amazonaws.com/role-arn: "replace-me"
5+
annotations: {}
76
spec:
87
podSecurityContext:
98
fsGroup: 2000
109
args:
1110
- --debug
1211

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+
1321
providerConfig:
1422
enabled: true
1523
metadata:
@@ -18,12 +26,3 @@ providerConfig:
1826
spec:
1927
credentials:
2028
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"

0 commit comments

Comments
 (0)