-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When using Kustomize (i.e. with ArgoCD), this chart doesn't deploy the CRDs.
# kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- repo: https://grafana.github.io/helm-charts
name: alloy-operator
version: 0.2.8
releaseName: alloy-operator
namespace: alloy-operator
valuesInline:
crds:
deployAlloyCRD: true
deployPodLogsCRD: trueTrying to deploy this doesn't pull in the CRDs for deployment:
kustomize build --enable-helm . | kubectl apply -f - --dry-run=server
serviceaccount/alloy-operator created (server dry run)
role.rbac.authorization.k8s.io/alloy-operator-leader-election-role created (server dry run)
clusterrole.rbac.authorization.k8s.io/alloy-operator-alloy-editor-role created (server dry run)
clusterrole.rbac.authorization.k8s.io/alloy-operator-alloy-viewer-role created (server dry run)
clusterrole.rbac.authorization.k8s.io/alloy-operator-role created (server dry run)
rolebinding.rbac.authorization.k8s.io/alloy-operator-leader-election-rolebinding created (server dry run)
clusterrolebinding.rbac.authorization.k8s.io/alloy-operator-rolebinding created (server dry run)
service/alloy-operator created (server dry run)
deployment.apps/alloy-operator created (server dry run)p5 and ciso-davidpham
Metadata
Metadata
Assignees
Labels
No labels