Skip to content

Commit

Permalink
dex: Update AuthCode CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Jul 2, 2022
1 parent 6b1cf38 commit d03f4b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion common/dex/base/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ spec:
plural: authcodes
singular: authcode
scope: Namespaced
version: v1
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit d03f4b3

Please sign in to comment.