On this page
Configuration
This page covers the operational tasks for managing Pipelines-as-Code configuration:
viewing, editing, and applying changes to the pipelines-as-code ConfigMap.
For an overview of all configuration layers (global ConfigMap and per-repository CR), see Settings.
To view the current configuration:
kubectl get configmap pipelines-as-code -n pipelines-as-code -o yamlFor the complete reference of all configuration fields, see the ConfigMap Reference.
Applying Configuration Changes
To update the configuration:
kubectl edit configmap pipelines-as-code -n pipelines-as-codeOr apply changes from a file:
kubectl apply -f pipelines-as-code-config.yamlMost configuration changes take effect immediately. Some settings may require a controller restart:
kubectl rollout restart deployment/pipelines-as-code-controller -n pipelines-as-codeSee Also
- Global Repository Settings - Configure default settings for all repositories
- Logging Configuration - Configure log levels and debugging
- Metrics - Monitor Pipelines-as-Code with Prometheus