Skip to content

Commit

Permalink
Address comments from @wallrj
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Plessis <gui@endor.ai>
  • Loading branch information
gplessis committed Apr 23, 2024
1 parent f98cfac commit b1767b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
13 changes: 12 additions & 1 deletion deploy/charts/cert-manager/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,18 @@ enableServiceLinks indicates whether information about services should be inject
> []
> ```
Create dynamic manifests via values:
Create dynamic manifests via values.
For example:
```yaml
extraObjects:
- |
apiVersion: v1
kind: ConfigMap
metadata:
name: '{{ template "cert-manager.name" . }}-extra-configmap'
```
<!-- /AUTO-GENERATED -->
### Default Security Contexts
Expand Down
25 changes: 9 additions & 16 deletions deploy/charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,20 +1309,13 @@ startupapicheck:
# links.
enableServiceLinks: false

# Create dynamic manifests via values:
# Create dynamic manifests via values.
#
# For example:
# extraObjects:
# - |
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: '{{ template "cert-manager.name" . }}-extra-configmap'
extraObjects: []
# - |
# apiVersion: cert-manager.io/v1
# kind: ClusterIssuer
# metadata:
# name: letsencrypt-prod
# spec:
# acme:
# email: foo@bar.com
# server: https://acme-v02.api.letsencrypt.org/directory
# privateKeySecretRef:
# name: letsencrypt-prod
# solvers:
# - http01:
# ingress:
# class: nginx

0 comments on commit b1767b4

Please sign in to comment.