Skip to content

Commit

Permalink
Datacatalog service account was missing (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Oct 31, 2019
1 parent 1a36971 commit 87f83de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ spec:
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: datacatalog
namespace: flyte
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: flyteadmin
namespace: flyte
Expand Down
1 change: 1 addition & 0 deletions kustomize/base/datacatalog/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
resources:
- rbac.yaml
- deployment.yaml
- service.yaml
6 changes: 6 additions & 0 deletions kustomize/base/datacatalog/rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Create a Service Account for FltyeAdmin
apiVersion: v1
kind: ServiceAccount
metadata:
name: datacatalog
namespace: flyte

0 comments on commit 87f83de

Please sign in to comment.