Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cainjector ConfigMap isn't mounted on cainjector's deployment #7046

Closed
jacek-jablonski opened this issue May 22, 2024 · 0 comments · Fixed by #7052
Closed

cainjector ConfigMap isn't mounted on cainjector's deployment #7046

jacek-jablonski opened this issue May 22, 2024 · 0 comments · Fixed by #7052
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@jacek-jablonski
Copy link

Describe the bug:

I tried setting cainjector's logging format using Helm chart:

cert-manager:
  fullnameOverride: cert-manager
  installCRDs: true
  config:
    apiVersion: controller.config.cert-manager.io/v1alpha1
    kind: ControllerConfiguration
    logging:
      format: json
  cainjector:
    config:
      apiVersion: cainjector.config.cert-manager.io/v1alpha1
      kind: CAInjectorConfiguration
      logging:
        format: json

but it doesn't make any effect.

Expected behaviour:

Cainjector logs should be outputted with json, not with plain text

Anything else we need to know?:
In Helm Chart I cannot see any reference to cainjector's ConfigMap inside cainjector's Deployment. Cert-manager's Deployment mounts ConfigMap as volume, but nothing like that happens in cainjector deployment.

Environment details::

  • Kubernetes version: v1.28.8-gke.1095000
  • Cloud-provider/provisioner: GKE
  • cert-manager version: v1.14.5
  • Install method: e.g. helm/static manifests

/kind bug

@cert-manager-prow cert-manager-prow bot added the kind/bug Categorizes issue or PR as related to a bug. label May 22, 2024
@inteon inteon added this to the 1.15 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants