Skip to content

Commit

Permalink
update consolePlugin chart template from v1alpha1 to v1 (#845)
Browse files Browse the repository at this point in the history
* update template from v1alpha1 to v1

Signed-off-by: [email protected] <[email protected]>

* refactor and remove what is added by installer

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
robdolares authored Jul 18, 2024
1 parent 55502fd commit bad1f89
Showing 1 changed file with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Copyright Contributors to the Open Cluster Management project
apiVersion: console.openshift.io/v1alpha1
apiVersion: console.openshift.io/v1
kind: ConsolePlugin
metadata:
name: mce
annotations:
console.openshift.io/use-i18n: "true"
spec:
displayName: Red Hat MultiCluster Engine
backend:
service:
basePath: /plugin/
name: console-mce-console
namespace: {{ .Values.global.namespace }}
port: 3000
i18n:
loadType: Preload
proxy:
- type: Service
alias: console
service:
name: console-mce-console
namespace: {{ .Values.global.namespace }}
port: 3000
authorize: true
service:
basePath: /plugin/
name: console-mce-console
namespace: {{ .Values.global.namespace }}
port: 3000
- alias: console
authorization: UserToken
endpoint:
service:
name: console-mce-console
namespace: {{ .Values.global.namespace }}
port: 3000
type: Service

0 comments on commit bad1f89

Please sign in to comment.