mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
8 lines
No EOL
186 B
Text
8 lines
No EOL
186 B
Text
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: namecheap-credentials
|
|
type: Opaque
|
|
data:
|
|
apiKey: "<<BASE64 ENCODED NAMECHEAP API KEY>>"
|
|
apiUser: "<<BASE64 ENCODED NAMECHEAP API USER>>" |