...
1# Please edit the 'last-applied-configuration' annotations below.
2# Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
3#
4apiVersion: v1
5items:
6- apiVersion: v1
7 data:
8 baz: qux
9 foo: changed-value
10 new-data: new-value
11 new-data2: new-value
12 kind: ConfigMap
13 metadata:
14 annotations: {}
15 name: cm1
16 namespace: myproject
17- kind: Service
18 metadata:
19 annotations: {}
20 labels:
21 app: svc1
22 new-label: foo
23 name: svc1
24 namespace: myproject
25 spec:
26 ports:
27 - name: "80"
28 port: 81
29 protocol: TCP
30 targetPort: 81
31 sessionAffinity: None
32 type: ClusterIP
33 status:
34 loadBalancer: {}
35kind: List
36metadata: {}
View as plain text