File tree Expand file tree Collapse file tree 5 files changed +70
-0
lines changed
infrastructure/clusters/feather-core/rbac Expand file tree Collapse file tree 5 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.toolkit.fluxcd.io/v1
2+ kind : Kustomization
3+ metadata :
4+ name : controllers
5+ namespace : flux-system
6+ spec :
7+ dependsOn :
8+ - name : base-controllers
9+ interval : 1m
10+ retryInterval : 1m
11+ timeout : 5m
12+ sourceRef :
13+ kind : GitRepository
14+ name : flux-system
15+ path : ./infrastructure/clusters/feather-core/controllers
16+ prune : true
17+ wait : true
18+ decryption :
19+ provider : sops
20+ secretRef :
21+ name : sops-gpg
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.toolkit.fluxcd.io/v1
2+ kind : Kustomization
3+ metadata :
4+ name : rbac
5+ namespace : flux-system
6+ spec :
7+ interval : 1h
8+ retryInterval : 1m
9+ timeout : 5m
10+ sourceRef :
11+ kind : GitRepository
12+ name : flux-system
13+ path : ./infrastructure/clusters/feather-core/rbac
14+ prune : true
15+ wait : true
16+ decryption :
17+ provider : sops
18+ secretRef :
19+ name : sops-gpg
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ resources :
5+ - themeinerlp.yml
6+ - onelitefeather.yml
Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : ClusterRoleBinding
3+ metadata :
4+ name : oidc-onelitefeather-binding
5+ subjects :
6+ - kind : User
7+ name : " oidc:onelitefeather@onelitefeather.net"
8+ apiGroup : rbac.authorization.k8s.io
9+ roleRef :
10+ kind : ClusterRole
11+ name : cluster-admin
12+ apiGroup : rbac.authorization.k8s.io
Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : ClusterRoleBinding
3+ metadata :
4+ name : oidc-themeinerlp-binding
5+ subjects :
6+ - kind : User
7+ name : " oidc:themeinerlp@onelitefeather.net"
8+ apiGroup : rbac.authorization.k8s.io
9+ roleRef :
10+ kind : ClusterRole
11+ name : cluster-admin
12+ apiGroup : rbac.authorization.k8s.io
You can’t perform that action at this time.
0 commit comments