fix(gateways): add explicit group: "" to all certificateRefs entries #153
@@ -31,6 +31,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: artifactapi-tls
|
name: artifactapi-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: rancher-tls
|
name: rancher-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: consul-tls
|
name: consul-tls
|
||||||
- name: consul-svc
|
- name: consul-svc
|
||||||
port: 443
|
port: 443
|
||||||
@@ -47,5 +48,6 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: consul-tls
|
name: consul-tls
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: litellm-tls
|
name: litellm-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: paperclip-tls
|
name: paperclip-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: puppetboard-tls
|
name: puppetboard-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ spec:
|
|||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: puppetdb-tls
|
name: puppetdb-tls
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: vault-tls
|
name: vault-tls
|
||||||
- name: vault-direct
|
- name: vault-direct
|
||||||
port: 8200
|
port: 8200
|
||||||
@@ -46,5 +47,6 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
name: vault-tls
|
name: vault-tls
|
||||||
|
|||||||
Reference in New Issue
Block a user