fix(k8s-peterg): Ensure TLS certificate is parsed correctly
This commit is contained in:
parent
4e317f660d
commit
30eea1e4d2
1 changed files with 6 additions and 5 deletions
|
|
@ -5,6 +5,9 @@ metadata:
|
||||||
name: tls-wildcard-peterg-nl
|
name: tls-wildcard-peterg-nl
|
||||||
spec:
|
spec:
|
||||||
externalSecretName: tls-wildcard-peterg-nl
|
externalSecretName: tls-wildcard-peterg-nl
|
||||||
|
namespaceSelectors:
|
||||||
|
- matchLabels:
|
||||||
|
kubernetes.io/metadata.name: kube-system
|
||||||
externalSecretSpec:
|
externalSecretSpec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
name: 1password-wheatley
|
name: 1password-wheatley
|
||||||
|
|
@ -20,9 +23,7 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: key
|
- secretKey: key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: tls-wildcard-peterg-nl
|
key: tls-wildcard-peterg-nl/key
|
||||||
property: key
|
|
||||||
- secretKey: crt
|
- secretKey: crt
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: tls-wildcard-peterg-nl
|
key: tls-wildcard-peterg-nl/crt
|
||||||
property: crt
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue