There was an error while loading. Please reload this page.
1 parent 6ec39ff commit 7be10d5Copy full SHA for 7be10d5
1 file changed
internal/acl.go
@@ -19,7 +19,7 @@ type ACLDeployer struct {
19
}
20
21
type ACL struct {
22
- Deployers []*ACLDeployer `json:"deployers"`
+ Deployers []*ACLDeployer `yaml:"deployers"`
23
24
25
func NewACL(aclFilePath string) *ACL {
0 commit comments