Skip to content
Snippets Groups Projects
Commit 26e1cbbd authored by Alain Atemnkeng's avatar Alain Atemnkeng :first_place:
Browse files

Update file constraint_image_admission_controller.yaml

parent d405de20
1 merge request!72[PLATFORM-2185] Configure Image Provenance admission control with Gatekeeper
Pipeline #839559 passed with stages
in 18 seconds
......@@ -26,7 +26,7 @@ spec:
not startswith(container.image, "ghcr.io/")
not startswith(container.image, "harbor.")
not startswith(container.image, "gitlab.")
msg := sprintf("Image %v is not from an allowed repository", [container.image])
msg := sprintf("Image %v is not from an allowed repository. Please contact the platform team", [container.image])
}
---
apiVersion: constraints.gatekeeper.sh/v1beta1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment