Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Helm chart locally #38

Merged
merged 1 commit into from
Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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