Skip to content

Commit

Permalink
Remove redundant serviceAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Mar 7, 2024
1 parent 634cced commit 1c9bcdc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,6 @@ properties:
x-google-marketplace:
type: REPORTING_SECRET

serviceAccount.name:
type: string
title: Synthesized TDK Service Account
x-google-marketplace:
type: SERVICE_ACCOUNT
serviceAccount:
description: Service account used by Synthesized TDK deployment
roles:
- type: ClusterRole
rulesType: CUSTOM
rules:
- apiGroups: [ "" ]
resources: [ "pods", "serviceaccounts" ]
verbs: [ "get", "list" ]
- apiGroups: [ "extensions" ]
resources: [ "deployments" ]
verbs: [ "get", "list" ]
- apiGroups: [ "apps" ]
resources: [ "deployments" ]
verbs: [ "get", "list" ]
- apiGroups: [ "" ]
resources: [ "pods/exec" ]
verbs: [ "create", "get" ]
resources.limits.cpu:
type: string
default: null
Expand Down

0 comments on commit 1c9bcdc

Please sign in to comment.