From 1af13eb1d725a34de49452f8ae781689ecf9dbb6 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 12 May 2020 12:59:43 +0530 Subject: [PATCH] sig-windows: add samples repo --- sig-windows/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-windows/README.md b/sig-windows/README.md index cf795f206..c4eec0c5f 100644 --- a/sig-windows/README.md +++ b/sig-windows/README.md @@ -51,6 +51,9 @@ The following [subprojects][subproject-definition] are owned by sig-windows: ### windows-gmsa - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/OWNERS +### windows-samples +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-samples/master/OWNERS ### windows-testing - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 43ccee616..b5846c0af 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2321,6 +2321,9 @@ sigs: - name: windows-gmsa owners: - https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/OWNERS + - name: windows-samples + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-samples/master/OWNERS - name: windows-testing owners: - https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS