djkormo / adcs-issuer

BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Configure helm chart deployment to disable webook and add more args configuration #32

Closed djkormo closed 9 months ago

djkormo commented 10 months ago
  spec:
      containers:
      - args:
        - --enable-leader-election=true
        - --cluster-resource-namespace=cert-manager
        - --zap-log-level=5
        - --disable-approved-check=false
        -
        env:
        - name: ENABLE_WEBHOOKS
          value: "false"
        - name: ENABLE_DEBUG
          value: "false"
djkormo commented 10 months ago

Releasing version 2.0.5

djkormo commented 9 months ago

Corrected with version 20.08