Skip to content

Commit

Permalink
fix(chart): allow creation of CRD's
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Jul 22, 2022
1 parent 8d05996 commit c512472
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "authentik-operator"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Dany Sluijk <me@dany.dev>"]
default-run = "akcontroller"
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: authentik-operator
description: Operator for the Authentik identity provider.

type: application
version: 0.1.2
appVersion: "0.1.2"
version: 0.1.3
appVersion: "0.1.3"
3 changes: 3 additions & 0 deletions charts/authentik-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ rules:
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["clusterroles", "clusterrolebindings"]
verbs: ["*"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["*"]
- apiGroups: ["ak.dany.dev"]
resources: ["*"]
verbs: ["*"]

0 comments on commit c512472

Please sign in to comment.