Skip to content

Commit

Permalink
Merge pull request #417 from wilsonwu/fix-yaml-operator
Browse files Browse the repository at this point in the history
Fix operator yaml format problem
  • Loading branch information
paderlol authored Jun 1, 2023
2 parents fcf35b6 + 9ebb641 commit 18244d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions operator/chart/nacos-operator/nacos-operator-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1282,14 +1282,14 @@ rules:
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- list
- update
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- list
- update
---
# Source: nacos-operator/templates/serviceaccount.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 18244d2

Please sign in to comment.