Skip to content

Commit 4325281

Browse files
Merge pull request #588 from gregsheremeta/cert-annotations
chore: fix serving cert annotations
2 parents 344c84f + 644ed04 commit 4325281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/internal/apiserver/default/service.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{.APIServerServiceName}}
55
namespace: {{.Namespace}}
66
annotations:
7-
service.alpha.openshift.io/serving-cert-secret-name: ds-pipelines-proxy-tls-{{.Name}}
7+
service.beta.openshift.io/serving-cert-secret-name: ds-pipelines-proxy-tls-{{.Name}}
88
labels:
99
app: {{.APIServerDefaultResourceName}}
1010
component: data-science-pipelines

config/internal/mlpipelines-ui/service.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: ds-pipeline-ui-{{.Name}}
55
namespace: {{.Namespace}}
66
annotations:
7-
service.alpha.openshift.io/serving-cert-secret-name: ds-pipelines-ui-proxy-tls-{{.Name}}
7+
service.beta.openshift.io/serving-cert-secret-name: ds-pipelines-ui-proxy-tls-{{.Name}}
88
labels:
99
app: ds-pipeline-ui-{{.Name}}
1010
component: data-science-pipelines

0 commit comments

Comments
 (0)