Skip to content

Commit

Permalink
Merge pull request #224 from aandryashin/master
Browse files Browse the repository at this point in the history
Add proxy configuration for storage.
  • Loading branch information
vania-pooh authored Oct 25, 2023
2 parents 55ced71 + 5ad760c commit 681a7d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions moon2/crds/moon.aerokube.com_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,15 @@ spec:
type: string
required:
- name
noProxy:
type: string
default: ''
httpProxy:
type: string
default: ''
httpsProxy:
type: string
default: ''
type: object
user:
default: {}
Expand Down

0 comments on commit 681a7d5

Please sign in to comment.