Skip to content

Commit

Permalink
Merge pull request #588 from gregsheremeta/cert-annotations
Browse files Browse the repository at this point in the history
chore: fix serving cert annotations
  • Loading branch information
openshift-merge-bot[bot] committed Mar 6, 2024
2 parents 344c84f + 644ed04 commit 4325281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/internal/apiserver/default/service.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{.APIServerServiceName}}
namespace: {{.Namespace}}
annotations:
service.alpha.openshift.io/serving-cert-secret-name: ds-pipelines-proxy-tls-{{.Name}}
service.beta.openshift.io/serving-cert-secret-name: ds-pipelines-proxy-tls-{{.Name}}
labels:
app: {{.APIServerDefaultResourceName}}
component: data-science-pipelines
Expand Down
2 changes: 1 addition & 1 deletion config/internal/mlpipelines-ui/service.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: ds-pipeline-ui-{{.Name}}
namespace: {{.Namespace}}
annotations:
service.alpha.openshift.io/serving-cert-secret-name: ds-pipelines-ui-proxy-tls-{{.Name}}
service.beta.openshift.io/serving-cert-secret-name: ds-pipelines-ui-proxy-tls-{{.Name}}
labels:
app: ds-pipeline-ui-{{.Name}}
component: data-science-pipelines
Expand Down

0 comments on commit 4325281

Please sign in to comment.