-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tarun Gupta Akirala <[email protected]>
- Loading branch information
Showing
8 changed files
with
225 additions
and
187 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
services/centralized-kubecost/2.5.0/cosi-storage/cosi-bucket.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,46 @@ | ||
--- | ||
# TODO: delete after merging the cosi-bucket-kit chart | ||
apiVersion: source.toolkit.fluxcd.io/v1 | ||
kind: HelmRepository | ||
metadata: | ||
name: takirala | ||
namespace: kommander-flux | ||
spec: | ||
interval: 10m | ||
timeout: 1m | ||
url: https://takirala.github.io/charts/stable | ||
--- | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta2 | ||
kind: HelmRelease | ||
metadata: | ||
name: kubecost-cosi-storage | ||
namespace: ${releaseNamespace} | ||
spec: | ||
chart: | ||
spec: | ||
chart: cosi-bucket-kit | ||
sourceRef: | ||
kind: HelmRepository | ||
name: takirala | ||
#name: mesosphere.github.io-charts-stable | ||
namespace: kommander-flux | ||
version: 0.0.1-alpha.0 | ||
interval: 15s | ||
install: | ||
crds: CreateReplace | ||
remediation: | ||
retries: 30 | ||
createNamespace: true | ||
upgrade: | ||
crds: CreateReplace | ||
remediation: | ||
retries: 30 | ||
releaseName: kubecost-cosi-storage | ||
targetNamespace: ${releaseNamespace} | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: centralized-kubecost-2.5.0-d2iq-defaults | ||
- kind: ConfigMap | ||
name: centralized-kubecost-overrides | ||
optional: true | ||
--- |
3 changes: 1 addition & 2 deletions
3
services/centralized-kubecost/2.5.0/cosi-storage/kustomization.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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- move-to-rook-ceph-cluster-driver.yaml | ||
- todo-create-a-new-chart-in-mesosphere_charts_stable.yaml | ||
- cosi-bucket.yaml |
45 changes: 0 additions & 45 deletions
45
services/centralized-kubecost/2.5.0/cosi-storage/move-to-rook-ceph-cluster-driver.yaml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ized-kubecost/2.5.0/cosi-storage/todo-create-a-new-chart-in-mesosphere_charts_stable.yaml
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.