9 lines
186 B
YAML
9 lines
186 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: content-ingestion-agent
|
|
data:
|
|
ENVIRONMENT: production
|
|
REQUIRE_APPROVAL: "true"
|
|
SHAREPOINT_SITE_URL: https://sharepoint.example.com
|