fix: add serviceaccount manifest (was in deleted rbac.yaml)
This commit is contained in:
@@ -4,6 +4,7 @@ kind: Kustomization
|
|||||||
namespace: api
|
namespace: api
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- serviceaccount.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- network-policy.yaml
|
- network-policy.yaml
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: api-gateway
|
||||||
|
namespace: api
|
||||||
Reference in New Issue
Block a user