1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/conformance/chainsaw/verify-manifests/multi-signatures/resource-no-signature.yaml
Charles-Edouard Brétéché d6933fff4f
chore: all chainsaw tests (#9011)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-11-24 11:17:58 +01:00

11 lines
155 B
YAML

apiVersion: v1
kind: Service
metadata:
name: test-service1
spec:
ports:
- port: 80
protocol: TCP
targetPort: 9376
selector:
app: MyApp