1
0
Fork 0

Fix: malformed Kubernetes resource names and references in tests

This commit is contained in:
Romain 2021-06-24 17:32:07 +02:00 committed by GitHub
parent 55845c95bb
commit cd68cbd3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 41 additions and 41 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: rootCas1
name: root-ca1
namespace: foo
data:
@ -11,7 +11,7 @@ data:
apiVersion: v1
kind: Secret
metadata:
name: rootCas2
name: root-ca2
namespace: foo
data:
@ -51,8 +51,8 @@ spec:
insecureSkipVerify: true
maxIdleConnsPerHost: 42
rootCAsSecrets:
- rootCas1
- rootCas2
- root-ca1
- root-ca2
certificatesSecrets:
- mtls1
- mtls2