fix(examples/kubernetes): follow yamllint indentation suggestions

This commit is contained in:
Michele Cereda
2024-02-17 18:27:47 +01:00
parent dbf6d61852
commit 1379298a37

View File

@@ -16,18 +16,18 @@ spec:
app: webhook
spec:
containers:
- name: webhook
image: webhook
imagePullPolicy: Never # only needed locally
ports:
- containerPort: 8443
volumeMounts:
- mountPath: /cert
name: cert
- name: webhook
image: webhook
imagePullPolicy: Never # only needed locally
ports:
- containerPort: 8443
volumeMounts:
- mountPath: /cert
name: cert
volumes:
- name: cert
secret:
secretName: webhook
- name: cert
secret:
secretName: webhook
---
apiVersion: v1
kind: Service