Skip to content

Commit

Permalink
Merge pull request #51 from microsoft/eedorenko/patch
Browse files Browse the repository at this point in the history
Azure Resource Graph CRD
  • Loading branch information
eedorenko committed Jul 30, 2024
2 parents 9c55c29 + e089ad8 commit a9bd8d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ spec:
properties:
interval:
type: string
managedIdentity:
minLength: 0
secretRef:
type: string
subscription:
minLength: 0
Expand All @@ -48,6 +47,7 @@ spec:
type: string
required:
- interval
- secretRef
- subscription
- tenant
type: object
Expand Down
9 changes: 9 additions & 0 deletions helm/kalypso-observability-hub/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit a9bd8d3

Please sign in to comment.