Dev Jadeja 2a1be9740e feature: capability to add extra kubernetes manifests
example usage:

```yaml
extraManifests:
  - apiVersion: v1
    kind: LimitRange
    metadata:
      annotations:
        argocd.argoproj.io/sync-wave: "10"
      name: default-limit-range
    spec:
      limits:
      - default:
          memory: 700Mi
        defaultRequest:
          cpu: 50m
          memory: 500Mi
        type: Container
```
2025-02-11 19:43:48 +05:30
2024-12-05 15:11:52 +01:00
2024-12-05 13:32:22 +01:00
2024-12-05 13:32:22 +01:00

This is collection of intree helm charts

You can find charts in charts folder and oci images for every chart in github packages.

S
Description
Intree flawored helm charts
Readme 92 KiB
Languages
Smarty 100%