Skip to content

Commit

Permalink
fix(docs): Let's Encrypt example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs authored May 4, 2023
1 parent cc54801 commit b68b6a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ deployment:
- name: volume-permissions
image: busybox:latest
command: ["sh", "-c", "touch /data/acme.json; chmod -v 600 /data/acme.json"]
volumeMounts:
- mountPath: /data
name: data
```

This example needs a CloudFlare token in a Kubernetes `Secret` and a working `StorageClass`.
Expand Down

0 comments on commit b68b6a6

Please sign in to comment.