Fix: malformed Kubernetes resource names and references in tests
This commit is contained in:
parent
55845c95bb
commit
cd68cbd3ea
11 changed files with 41 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue