File tree 2 files changed +28
-22
lines changed
2 files changed +28
-22
lines changed Original file line number Diff line number Diff line change @@ -45,28 +45,28 @@ patchesStrategicMerge:
45
45
vars :
46
46
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
47
47
- name : CERTIFICATE_NAMESPACE # namespace of the certificate CR
48
- objref :
49
- kind : Certificate
50
- group : cert-manager.io
51
- version : v1
52
- name : serving-cert # this name should match the one in certificate.yaml
53
- fieldref :
54
- fieldpath : metadata.namespace
48
+ objref :
49
+ kind : Certificate
50
+ group : cert-manager.io
51
+ version : v1
52
+ name : serving-cert # this name should match the one in certificate.yaml
53
+ fieldref :
54
+ fieldpath : metadata.namespace
55
55
- name : CERTIFICATE_NAME
56
- objref :
57
- kind : Certificate
58
- group : cert-manager.io
59
- version : v1
60
- name : serving-cert # this name should match the one in certificate.yaml
56
+ objref :
57
+ kind : Certificate
58
+ group : cert-manager.io
59
+ version : v1
60
+ name : serving-cert # this name should match the one in certificate.yaml
61
61
- name : SERVICE_NAMESPACE # namespace of the service
62
- objref :
63
- kind : Service
64
- version : v1
65
- name : webhook-service
66
- fieldref :
67
- fieldpath : metadata.namespace
62
+ objref :
63
+ kind : Service
64
+ version : v1
65
+ name : webhook-service
66
+ fieldref :
67
+ fieldpath : metadata.namespace
68
68
- name : SERVICE_NAME
69
- objref :
70
- kind : Service
71
- version : v1
72
- name : webhook-service
69
+ objref :
70
+ kind : Service
71
+ version : v1
72
+ name : webhook-service
Original file line number Diff line number Diff line change 1
1
resources :
2
2
- manager.yaml
3
+ apiVersion : kustomize.config.k8s.io/v1beta1
4
+ kind : Kustomization
5
+ images :
6
+ - name : controller
7
+ newName : gcr.io/danielvm-gke-dev2/jobset
8
+ newTag : f250948-dirty
You can’t perform that action at this time.
0 commit comments