Skip to content

Commit

Permalink
Run make manifests generate
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisFrench committed Mar 22, 2022
1 parent b049deb commit 99acbe9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 11 deletions.
27 changes: 27 additions & 0 deletions config/crd/bases/theketch.io_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2537,8 +2537,35 @@ spec:
description: ServiceAccountName specifies a service account name to
be used for this application.
type: string
type:
description: Type specifies whether an app should be a deployment
or a statefulset
enum:
- Deployment
- StatefulSet
type: string
version:
type: string
volumeClaimTemplates:
description: VolumeClaimTemplates is a list of an app's volumeClaimTemplates
items:
properties:
accessModes:
items:
type: string
type: array
name:
type: string
storage:
type: string
storageClassName:
type: string
required:
- accessModes
- name
- storage
type: object
type: array
required:
- deployments
- framework
Expand Down
22 changes: 11 additions & 11 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
name: manager-role
rules:
- apiGroups:
- apps
- ""
resources:
- statefulsets
- configmaps
verbs:
- create
- delete
Expand All @@ -21,30 +21,30 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- events
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- namespaces
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- namespaces
- pods
verbs:
- create
- delete
Expand All @@ -56,7 +56,7 @@ rules:
- apiGroups:
- ""
resources:
- pods
- secrets
verbs:
- create
- delete
Expand All @@ -68,7 +68,7 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- services
verbs:
- create
- delete
Expand All @@ -78,9 +78,9 @@ rules:
- update
- watch
- apiGroups:
- ""
- apps
resources:
- services
- deployments
verbs:
- create
- delete
Expand All @@ -92,7 +92,7 @@ rules:
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs:
- create
- delete
Expand Down

0 comments on commit 99acbe9

Please sign in to comment.