Merge current v2.4 into master
This commit is contained in:
commit
fc69f882c5
17 changed files with 91 additions and 87 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rootCas0
|
||||
name: root-ca0
|
||||
namespace: foo
|
||||
|
||||
data:
|
||||
|
@ -11,7 +11,7 @@ data:
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rootCas1
|
||||
name: root-ca1
|
||||
namespace: foo
|
||||
|
||||
data:
|
||||
|
@ -21,7 +21,7 @@ data:
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rootCas2
|
||||
name: root-ca2
|
||||
namespace: foo
|
||||
|
||||
data:
|
||||
|
@ -31,7 +31,7 @@ data:
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rootCas3
|
||||
name: root-ca3
|
||||
namespace: foo
|
||||
|
||||
data:
|
||||
|
@ -41,7 +41,7 @@ data:
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rootCas4
|
||||
name: root-ca4
|
||||
namespace: foo
|
||||
|
||||
data:
|
||||
|
@ -94,11 +94,11 @@ spec:
|
|||
insecureSkipVerify: true
|
||||
maxIdleConnsPerHost: 42
|
||||
rootCAsSecrets:
|
||||
- rootCas0
|
||||
- rootCas1
|
||||
- rootCas2
|
||||
- rootCas3
|
||||
- rootCas4
|
||||
- root-ca0
|
||||
- root-ca1
|
||||
- root-ca2
|
||||
- root-ca3
|
||||
- root-ca4
|
||||
- allcerts
|
||||
certificatesSecrets:
|
||||
- mtls1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue