Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
492 stars 58 forks source link

Draft Create Compliance with Safeguards PR #278

Closed tbarnes94 closed 1 month ago

tbarnes94 commented 1 month ago

Description

Added in --imagePullSecret flag to enable CRIP safeguard. Reverted imageRegex for CAI safeguard to '.*' which allows all images through until we finalize that imageRegex (doesn't make sense to require one image type only at this point in time when a new user invokes draft create). Draft Create -> manifest mode now compliant with safeguards. Helm and Kustomize still need further tuning to be compliant due to the nature of those tools.

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist: