Skip to content

Commit

Permalink
Merge pull request #138 from aandryashin/master
Browse files Browse the repository at this point in the history
Add storage secret.
  • Loading branch information
vania-pooh authored May 7, 2022
2 parents 95de82e + 563e82e commit 21bec94
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions moon2/crds/moon.aerokube.com_browsersets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ spec:
type: string
type: array
type: object
dnsPolicy:
type: string
env:
items:
properties:
Expand Down Expand Up @@ -1300,6 +1302,8 @@ spec:
type: string
type: array
type: object
dnsPolicy:
type: string
env:
items:
properties:
Expand Down Expand Up @@ -1830,6 +1834,8 @@ spec:
type: string
type: array
type: object
dnsPolicy:
type: string
env:
items:
properties:
Expand Down Expand Up @@ -2352,6 +2358,8 @@ spec:
type: string
type: array
type: object
dnsPolicy:
type: string
env:
items:
properties:
Expand Down
13 changes: 13 additions & 0 deletions moon2/crds/moon.aerokube.com_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,19 @@ spec:
secretKey:
type: string
default: ''
secretRef:
type: object
properties:
name:
type: string
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
accessKey:
type: string
secretKey:
type: string
required:
- name
default: null
type: object
user:
default: {}
Expand Down

0 comments on commit 21bec94

Please sign in to comment.