...
1apiVersion: warehouse.f8n.ncr.com/v1alpha1
2kind: Pallet
3metadata:
4 name: fluent-operator
5spec:
6 capabilities: [linkerd, prometheus]
7 description: Custom resource definitions for the 3rd party fluent-operator package
8 # rendering is disabled so that the fluent-operator CRDs can be passed through
9 # lift without variable substitution taking place. The CRDs should be left as-is.
10 disableRendering: true
11 kustomize:
12 - providers:
13 - dsds
14 - generic
15 - gke
16 team: '@ncrvoyix-swt-retail/edge-o11y'
View as plain text