add environment
This commit is contained in:
9
examples/cloudflare-secret.yaml
Normal file
9
examples/cloudflare-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cloudflare-api-token
|
||||
namespace: cert-manager
|
||||
type: Opaque
|
||||
stringData:
|
||||
api-token: YOUR_CLOUDFLARE_API_TOKEN_HERE
|
||||
|
||||
Reference in New Issue
Block a user