Skip to content

Commit

Permalink
fix: s3-irsa-app
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov committed Sep 20, 2023
1 parent a8f78e6 commit e9f0a8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions compositions/upbound-aws-provider/s3-irsa/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- definition.yaml
- s3-irsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: s3-irsa-app
repoURL: https://github.com/awslabs/crossplane-on-eks/examples/upbound-aws-provider/composite-resources/s3-irsa/helm-charts.git
path: examples/upbound-aws-provider/composite-resources/s3-irsa/helm-chart/
repoURL: https://github.com/awslabs/crossplane-on-eks.git
targetRevision: HEAD
helm:
values: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bases:
- ../../../../compositions/upbound-aws-provider/iam-policy/
- ../../../../compositions/upbound-aws-provider/irsa/
- ../../../../compositions/upbound-aws-provider/s3/
- ../../../../compositions/upbound-aws-provider/s3-irsa/

0 comments on commit e9f0a8a

Please sign in to comment.