From 728d02b8fc89cc53c1554df0e421f3cd3dacae2d Mon Sep 17 00:00:00 2001 From: Pierre de Poulpiquet Date: Thu, 2 Jan 2020 20:22:27 +0100 Subject: [PATCH] Fix sample apiVersion (#42) The hydra.ory.sh/v1alpha2 was never released. Let's keep the sample at the proper apiVersion --- .../samples/hydra_v1alpha1_oauth2client_user_credentials.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/hydra_v1alpha1_oauth2client_user_credentials.yaml b/config/samples/hydra_v1alpha1_oauth2client_user_credentials.yaml index e600043..3390038 100644 --- a/config/samples/hydra_v1alpha1_oauth2client_user_credentials.yaml +++ b/config/samples/hydra_v1alpha1_oauth2client_user_credentials.yaml @@ -8,7 +8,7 @@ data: client_id: MDA5MDA5MDA= client_secret: czNjUjM3cDRzc1ZWMHJEMTIzNA== --- -apiVersion: hydra.ory.sh/v1alpha2 +apiVersion: hydra.ory.sh/v1alpha1 kind: OAuth2Client metadata: name: my-oauth2-client-2