mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 14:55:49 +02:00
11 lines
No EOL
209 B
YAML
11 lines
No EOL
209 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: dynu-credentials
|
|
data:
|
|
APIKey: "secretkey"
|
|
DomainID: "123456"
|
|
BaseURL: "https://api.dynu.com/v2/dns/"
|
|
Endpoint: "record"
|
|
Production: "false"
|
|
TTL: "600" |