Skip to content

Commit

Permalink
feat(uptest): make uptest usable for repo
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Sep 18, 2023
1 parent 0423b19 commit f6ebe5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/githubteam/githubteam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6ebe5f

Please sign in to comment.