File tree 2 files changed +47
-11
lines changed
charts/chisel-operator/templates/crds
2 files changed +47
-11
lines changed Original file line number Diff line number Diff line change
1
+ name : Docker
2
+
3
+ on :
4
+ schedule :
5
+ - cron : " 15 14 * * *"
6
+ push :
7
+ paths :
8
+ - " charts/**"
9
+
10
+ branches : ["main", "staging"]
11
+ # Publish semver tags as releases.
12
+ tags : ["v*.*.*"]
13
+ pull_request :
14
+ branches : ["main"]
15
+ workflow_dispatch :
16
+
17
+ jobs :
18
+ docker :
19
+
20
+ with :
21
+ name : chisel-operator
22
+ repository : chisel-operator
23
+ tag : 0.1.0
24
+ path : charts/chisel-operator
25
+ registry : ghcr.io
26
+ registry_username : ${{ github.actor }}
27
+ registry_password : ${{ secrets.GITHUB_TOKEN }}
28
+ update_dependencies : ' true' # Defaults to false
29
+ permissions :
30
+ contents : read
31
+ packages : write
32
+ # This is used to complete the identity challenge
33
+ # with sigstore/fulcio when running outside of PRs.
34
+ id-token : write
Original file line number Diff line number Diff line change 15
15
scope : Namespaced
16
16
versions :
17
17
- additionalPrinterColumns : []
18
- name : v1
18
+ name : v1.1
19
19
schema :
20
20
openAPIV3Schema :
21
21
description : Auto-generated derived type for ExitNodeSpec via `CustomResource`
@@ -68,20 +68,22 @@ spec:
68
68
provider :
69
69
type : string
70
70
service_binding :
71
- nullable : true
72
- properties :
73
- name :
74
- type : string
75
- namespace :
76
- type : string
77
- required :
78
- - name
79
- - namespace
80
- type : object
71
+ items :
72
+ properties :
73
+ name :
74
+ type : string
75
+ namespace :
76
+ type : string
77
+ required :
78
+ - name
79
+ - namespace
80
+ type : object
81
+ type : array
81
82
required :
82
83
- ip
83
84
- name
84
85
- provider
86
+ - service_binding
85
87
type : object
86
88
required :
87
89
- spec
You can’t perform that action at this time.
0 commit comments