Skip to content

Commit

Permalink
Fix unknown resource errors when using the cert-manager config example (
Browse files Browse the repository at this point in the history
#613)

Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj authored Nov 12, 2024
1 parent 106de76 commit d375793
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/cert-manager-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ data-gatherers:
version: v1
resource: secrets
- kind: "k8s-dynamic"
name: "k8s/certificates.v1alpha2.cert-manager.io"
name: "k8s/certificates.v1.cert-manager.io"
config:
resource-type:
group: cert-manager.io
version: v1alpha2
version: v1
resource: certificates
- kind: "k8s-dynamic"
name: "k8s/ingresses.v1beta1.networking.k8s.io"
name: "k8s/ingresses.v1.networking.k8s.io"
config:
resource-type:
group: networking.k8s.io
version: v1beta1
version: v1
resource: ingresses
- kind: "k8s-dynamic"
name: "k8s/certificaterequests.v1alpha2.cert-manager.io"
name: "k8s/certificaterequests.v1.cert-manager.io"
config:
resource-type:
group: cert-manager.io
version: v1alpha2
version: v1
resource: certificaterequests

0 comments on commit d375793

Please sign in to comment.