Skip to content

Commit

Permalink
feat(aaw-financial-data-reconciliation): added clusterrole and servic…
Browse files Browse the repository at this point in the history
…e account
  • Loading branch information
Mathis Marcotte committed Apr 18, 2024
1 parent 5193efe commit 23eb08d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for AAW Financial Data Reconciliation
name: aaw-financial-data-reconciliation
version: 0.1.6
version: 0.1.7
home: https://statcan.gc.ca
icon: https://www.python.org/static/img/python-logo
sources:
- https://github.com/StatCan/aaw-financial-data-reconciliation
maintainers:
- name: Marc-André Ménard
email: [email protected]
- name: Mathis Marcotte
email: [email protected]
engine: gotpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: aaw-financial-data-reconciliation
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: aaw-financial-data-reconciliation
subjects:
- kind: ServiceAccount
name: aaw-financial-data-reconciliation
namespace: org-ces-system
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: aaw-financial-data-reconciliation
rules:
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: aaw-financial-data-reconciliation

0 comments on commit 23eb08d

Please sign in to comment.