Skip to content

Commit

Permalink
Update service acount
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Sep 21, 2023
1 parent 35d4d08 commit 40fc2e6
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,26 @@ properties:
serviceAccount:
type: string
title: Service account used by all instances
x-google-marketplace:
type: SERVICE_ACCOUNT
serviceAccount:
description: Service account used by all instances
roles:
- type: ClusterRole
rulesType: CUSTOM
rules:
- apiGroups: [""]
resources: ["nodes","pods","services"]
verbs: ["get", "list", "watch"]
x-google-marketplace:
type: SERVICE_ACCOUNT
serviceAccount:
description: Service account used by Synthesized SDK 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" ]
redis.password:
type: string
x-google-marketplace:
Expand Down

0 comments on commit 40fc2e6

Please sign in to comment.