Skip to content

Commit

Permalink
Add Helm chart locally
Browse files Browse the repository at this point in the history
  • Loading branch information
abonilla-eb committed Apr 20, 2022
1 parent c5bf85d commit d0d85d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
Binary file not shown.
10 changes: 7 additions & 3 deletions kubernetes/edagames/infrastructure/aws_ack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ spec:
releaseName: ack-apigatewayv2-controller
chart:
spec:
chart: ack-apigatewayv2-controller
# chart: ack-apigatewayv2-controller
# sourceRef:
# kind: HelmRepository
# name: ack-apigatewayv2
chart: ./kubernetes/edagames/infrastructure/apigatewayv2-chart-v0.1.0.tgz
sourceRef:
kind: HelmRepository
name: ack-apigatewayv2
kind: GitRepository
name: flux-system
version: '0.1.0'
interval: 10m0s
targetNamespace: kube-system
Expand Down
18 changes: 9 additions & 9 deletions kubernetes/edagames/infrastructure/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ spec:
interval: 10m0s
url: https://charts.bitnami.com/bitnami
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: ack-apigatewayv2
namespace: flux-system
spec:
interval: 10m0s
type: OCI
url: oci://public.ecr.aws/aws-controllers-k8s/apigatewayv2-chart
# apiVersion: source.toolkit.fluxcd.io/v1beta2
# kind: HelmRepository
# metadata:
# name: ack-apigatewayv2
# namespace: flux-system
# spec:
# interval: 10m0s
# type: OCI
# url: oci://public.ecr.aws/aws-controllers-k8s/apigatewayv2-chart
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
Expand Down

0 comments on commit d0d85d7

Please sign in to comment.