Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ azimuth_capi_operator_capi_helm_csi_cinder_default_availability_zone: europe-nl-
# Use the unencrypted volume type for Kubernetes volumes
azimuth_capi_operator_capi_helm_root_volume_type: unencrypted
azimuth_capi_operator_capi_helm_csi_cinder_default_volume_type: unencrypted

# Don't have direct control of cert for Leafcloud auth endpoint so disabled
# to avoid CI being blocked on alerts
capi_cluster_release_overrides:
addons:
monitoring:
blackboxExporter:
openstackAuthUrlTarget:
enabled: false
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
- .gitignore
- .gitattributes
- .github/actions/**
- .github/environments/common
- .github/environments/arcus
- .github/environments/leafcloud
- .github/environments/common/**
- .github/environments/arcus/**
- .github/environments/leafcloud/**
- .github/workflows/pr.yml
- .github/workflows/test-singlenode.yml
- bin/activate
Expand Down
Loading