Skip to content

Commit ec117ad

Browse files
Merge pull request #81 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests d9038b0
2 parents 392f240 + d9038b0 commit ec117ad

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
name: sealed-secrets-access
5+
rules:
6+
- apiGroups:
7+
- ''
8+
resourceNames:
9+
- sealed-secrets-controller
10+
resources:
11+
- services
12+
verbs:
13+
- get
14+
- apiGroups:
15+
- bitnami.com
16+
resources:
17+
- sealedsecrets
18+
verbs:
19+
- get
20+
- list
21+
- watch
22+
- create
23+
- update
24+
- patch
25+
- delete
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
name: sealed-secrets-access-choose-native-plants
5+
roleRef:
6+
apiGroup: rbac.authorization.k8s.io
7+
kind: ClusterRole
8+
name: sealed-secrets-access
9+
subjects:
10+
- kind: ServiceAccount
11+
name: deployment-admin
12+
namespace: choose-native-plants

choose-native-plants/Deployment/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
- configMapRef:
149149
name: app-config
150150
optional: true
151-
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:1.0.5'
151+
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.1'
152152
imagePullPolicy: Always
153153
livenessProbe:
154154
httpGet:

choose-native-plants/Role/deployment-admin.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,15 @@ rules:
8181
- update
8282
- patch
8383
- delete
84+
- apiGroups:
85+
- bitnami.com
86+
resources:
87+
- sealedsecrets
88+
verbs:
89+
- get
90+
- list
91+
- watch
92+
- create
93+
- update
94+
- patch
95+
- delete

0 commit comments

Comments
 (0)