Skip to content

Commit

Permalink
Merge pull request #3 from amoniacou/release/v1.1.1
Browse files Browse the repository at this point in the history
Version tag to 1.1.1
  • Loading branch information
simonoff authored Sep 12, 2024
2 parents 1a70c38 + ae54cb0 commit 3100c0e
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rules:
- apiGroups:
- ""
resources:
- configmap
- configmaps
- secrets
verbs:
- get
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// +kubebuilder:rbac:groups="",resources=secrets,verbs=list;get
// +kubebuilder:rbac:groups="",resources=configmap,verbs=list;get
// +kubebuilder:rbac:groups="",resources=configmaps,verbs=list;get

var (
configurationLog = ctrl.Log.WithName("configuration")
Expand Down
5 changes: 5 additions & 0 deletions releases/1.1.1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- manager.yaml
Loading

0 comments on commit 3100c0e

Please sign in to comment.