From f6ebe5f92ae61a31776c5ae3c7a748e6f4660357 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Mon, 18 Sep 2023 23:30:34 +0200 Subject: [PATCH] feat(uptest): make uptest usable for repo Signed-off-by: Christopher Haar --- examples/githubteam/githubteam.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/examples/githubteam/githubteam.yaml b/examples/githubteam/githubteam.yaml index e921b2ad..a6e56522 100644 --- a/examples/githubteam/githubteam.yaml +++ b/examples/githubteam/githubteam.yaml @@ -12,3 +12,18 @@ spec: team: "everyone" providerConfigRef: name: vault-provider-config +--- +apiVersion: auth.vault.upbound.io/v1alpha1 +kind: Backend +metadata: + annotations: + meta.upbound.io/example-id: github/v1alpha1/team + labels: + testing.upbound.io/example-name: github-team + name: github-team +spec: + forProvider: + description: "GitHub generic auth backend for UXP manageed Vault" + type: "github" + providerConfigRef: + name: vault-provider-config