Skip to content

Commit 4738f34

Browse files
fix yaml format
1 parent f250948 commit 4738f34

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

config/default/kustomization.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ patchesStrategicMerge:
4545
vars:
4646
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
4747
- 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
5555
- 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
6161
- 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
6868
- 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

config/manager/kustomization.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
resources:
22
- 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

0 commit comments

Comments
 (0)