fix(dashboard): add missing resources

This commit is contained in:
David Landry 2024-05-08 00:56:20 -04:00
parent 220b133b5f
commit eef97008f0
3 changed files with 16 additions and 0 deletions

View file

@ -6,4 +6,5 @@ resources:
- ingress.yaml
- rbac.yaml
- sa.yaml
- secret.yaml
- service.yaml

View 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

View file

@ -0,0 +1,6 @@
- op: add
path: /subjects/-
value:
kind: ServiceAccount
name: homepage
namespace: homepage