13 lines
388 B
YAML
13 lines
388 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ovh-api-credentials
|
|
namespace: traefik
|
|
type: Opaque
|
|
data:
|
|
OVH_ENDPOINT: "{{ ovh_creds.ovh_endpoint | b64encode }}"
|
|
OVH_APPLICATION_KEY: "{{ ovh_creds.ovh_application_key | b64encode }}"
|
|
OVH_APPLICATION_SECRET: "{{ ovh_creds.ovh_application_secret | b64encode }}"
|
|
OVH_CONSUMER_KEY: "{{ ovh_creds.ovh_consumer_key | b64encode }}"
|