Skip to content

Commit 6689e9c

Browse files
author
Max Glotov
committed
enable CRDs installations for charts
1 parent 4cb7568 commit 6689e9c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

argocd/k8s-addons/argocd/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resources:
77
helmCharts:
88
- name: argo-cd
99
repo: https://argoproj.github.io/argo-helm
10+
includeCRDs: true
1011
version: 7.8.26
1112
releaseName: argocd
1213
namespace: argocd

argocd/k8s-addons/aws-loadbalancer-controller/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resources:
77
helmCharts:
88
- name: argo-cd
99
repo: https://argoproj.github.io/argo-helm
10+
includeCRDs: true
1011
version: 7.8.26
1112
releaseName: argocd
1213
namespace: argocd

argocd/k8s-addons/karpenter/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resources:
77
helmCharts:
88
- name: karpenter
99
repo: oci://public.ecr.aws/karpenter
10+
includeCRDs: true
1011
version: 1.4.0
1112
releaseName: karpenter
1213
namespace: karpenter

0 commit comments

Comments
 (0)