From 93fdfd47a51c2f0e01528f63cee363a98eda97ff Mon Sep 17 00:00:00 2001 From: Kenny Leung <kleung@chainguard.dev> Date: Fri, 18 Feb 2022 00:48:40 -0800 Subject: [PATCH] create namespace for rekor config in yaml. (#680) Signed-off-by: Kenny Leung <kleung@chainguard.dev> --- config/rekor.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/rekor.yaml b/config/rekor.yaml index 19ff2e5..53157f6 100644 --- a/config/rekor.yaml +++ b/config/rekor.yaml @@ -13,6 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 +kind: Namespace +metadata: + name: rekor-system + labels: + name: rekor-system +--- apiVersion: apps/v1 kind: Deployment metadata: -- GitLab