fix(dashboard): add missing resources
This commit is contained in:
parent
220b133b5f
commit
eef97008f0
3 changed files with 16 additions and 0 deletions
|
|
@ -6,4 +6,5 @@ resources:
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
- sa.yaml
|
- sa.yaml
|
||||||
|
- secret.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
|
|
||||||
9
apps/gethomepage/base/secret.yaml
Normal file
9
apps/gethomepage/base/secret.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
type: kubernetes.io/service-account-token
|
||||||
|
metadata:
|
||||||
|
name: homepage
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: homepage
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/service-account.name: homepage
|
||||||
6
apps/gethomepage/overlays/system/rbac-patch.yaml
Normal file
6
apps/gethomepage/overlays/system/rbac-patch.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
- op: add
|
||||||
|
path: /subjects/-
|
||||||
|
value:
|
||||||
|
kind: ServiceAccount
|
||||||
|
name: homepage
|
||||||
|
namespace: homepage
|
||||||
Loading…
Add table
Add a link
Reference in a new issue