...
1label: Config Connector ComputeSSLCertificate
2markdownDescription: Creates yaml for a ComputeSSLCertificate resource
3insertText: |
4 apiVersion: compute.cnrm.cloud.google.com/v1beta1
5 kind: ComputeSSLCertificate
6 metadata:
7 name: \${1:computesslcertificate-name}
8 spec:
9 location: \${2:global}
10 description: \${3:example compute SSL certificate}
11 certificate:
12 valueFrom:
13 secretKeyRef:
14 name: \${4:computesslcertificate-dep}
15 key: \${5:certificate}
16 privateKey:
17 valueFrom:
18 secretKeyRef:
19 name: \${6:computesslcertificate-dep}
20 key: \${7:privateKey}
View as plain text