This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cd: flux add koor-ceph rook-ceph helm deployment
Signed-off-by: Deepika Upadhyay <deepika@koor.tech>
- Loading branch information
Deepika Upadhyay
committed
Nov 15, 2023
1 parent
481195f
commit e132b56
Showing
12 changed files
with
1,764 additions
and
17 deletions.
There are no files selected for viewing
1,002 changes: 1,002 additions & 0 deletions
1,002
flux/flux-system/configmap-nginx-ingress-controller-helm-chart-value-overrides.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
flux/flux-system/helmrelease-nginx-ingress-controller.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: nginx-ingress-controller | ||
namespace: nginx-ingress-controller | ||
spec: | ||
chart: | ||
spec: | ||
chart: nginx-ingress-controller | ||
version: 9.x | ||
sourceRef: | ||
kind: HelmRepository | ||
name: bitnami | ||
namespace: flux-system | ||
interval: 15m | ||
timeout: 5m | ||
releaseName: nginx-ingress-controller | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: nginx-ingress-controller-helm-chart-value-overrides | ||
valuesKey: values.yaml # This is the default, but best to be explicit for clarity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: source.toolkit.fluxcd.io/v1beta1 | ||
kind: HelmRepository | ||
metadata: | ||
name: bitnami | ||
namespace: flux-system | ||
spec: | ||
interval: 15m | ||
url: https://charts.bitnami.com/bitnami | ||
|
Oops, something went wrong.