File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
- # gitops-bridge-helm-charts
1
+ # gitops-bridge-helm-charts
2
+
3
+ Helper helm chart for the [ gitops-bridge project] ( https://github.com/gitops-bridge-dev )
4
+
5
+ Add helm repo
6
+ ``` shell
7
+ helm repo add gitops-bridge-helm-charts https://gitops-bridge-dev.github.io/gitops-bridge-helm-charts
8
+ ```
9
+
10
+ Install a helm chart
11
+ ``` shell
12
+ helm install < name> gitops-bridge-helm-charts/< name>
13
+ ```
14
+
15
+ Helm Charts Available:
16
+ - ` aws-ebs-csi ` AWS EBS CSI Classes
17
+ - ` aws-fargate-fluentbit ` AWS Fargate FluentBit
18
+ - ` crossplane-aws-upbound ` Crossplane Upbound AWS Provider
19
+ - ` crossplane-aws ` Crossplane AWS Contrib Provider
20
+ - ` crossplane-helm ` Crossplane Helm Provider
21
+ - ` crossplane-kubernetes ` Crossplane Kubernetes Provider
22
+
23
+ Examples on how to use them in ArgoCD ApplicationSets with gitops-bridge:
24
+ - https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/aws/addons-aws-oss-crossplane-upbound.yaml
25
+ - https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-appset.yaml
26
+ - https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-helm.yaml
27
+ - https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/oss/addons-crossplane-kubernetes.yaml
28
+ - https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/blob/main/bootstrap/control-plane/addons/aws/addons-aws-oss-crossplane-aws.yaml
You can’t perform that action at this time.
0 commit comments