File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,11 @@ jobs:
158
158
- name : load-and-deploy-operator
159
159
run : |
160
160
kind load docker-image kind/ydb-operator:current
161
- - name : pull-and-load-ydb-image
161
+ - name : pull-and-load-other-images
162
162
run : |
163
+ docker pull k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.0
164
+ kind load docker-image k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.0
165
+
163
166
# TODO would be cool to parse YDB image from manifests to avoid duplicating information
164
167
docker pull cr.yandex/crptqonuodf51kdj7a7d/ydb:22.4.44
165
168
kind load docker-image cr.yandex/crptqonuodf51kdj7a7d/ydb:22.4.44
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ webhook:
103
103
injectCA : false
104
104
# self-signed root certificate
105
105
rootCert :
106
- duration : " " # default to be 5y
106
+ duration : " " # default is 5y
107
107
admissionCert :
108
- duration : " " # default to be 1y
108
+ duration : " " # default is 1y
109
109
# issuerRef:
110
110
# name: "issuer"
111
111
# kind: "ClusterIssuer"
Original file line number Diff line number Diff line change 4
4
pullPolicy : Never
5
5
6
6
webhook :
7
- enabled : false
7
+ enabled : true
8
8
9
9
patch :
10
- enabled : false
10
+ enabled : true
You can’t perform that action at this time.
0 commit comments