From f3c0220f506e2ef86c6952cb0f531bab85d14920 Mon Sep 17 00:00:00 2001 From: Rancher Bot <66796395+rancherbot@users.noreply.github.com> Date: Thu, 7 Mar 2024 02:51:01 -0700 Subject: [PATCH] Adding team sample-1 to rancher-eio --- .../resources/Team/sample-1.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/github-resources/resources/Team/sample-1.yaml diff --git a/manifests/github-resources/resources/Team/sample-1.yaml b/manifests/github-resources/resources/Team/sample-1.yaml new file mode 100644 index 0000000..9ec5584 --- /dev/null +++ b/manifests/github-resources/resources/Team/sample-1.yaml @@ -0,0 +1,17 @@ +apiVersion: team.github.upbound.io/v1alpha1 +kind: Team +metadata: + name: sample-1 + namespace: github-resources + annotations: + backstage.io/kubernetes-id: sample-1 + labels: + backstage.io/kubernetes-id: sample-1 +spec: + deletionPolicy: Orphan + forProvider: + name: sample-1 + + privacy: closed + providerConfigRef: + name: rancher-eio