Skip to content

Commit

Permalink
Update consoleplugin version (#1251)
Browse files Browse the repository at this point in the history
due to webhook conversion error

Signed-off-by: Ugo Palatucci <[email protected]>
  • Loading branch information
upalatucci authored Jul 24, 2024
1 parent 9a04bbd commit 085e77d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions deploy/openshift/ui-plugin/consoleplugin.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
apiVersion: console.openshift.io/v1alpha1
apiVersion: console.openshift.io/v1
kind: ConsolePlugin
metadata:
name: {{ .PluginName }}
annotations:
console.openshift.io/use-i18n: "true"
spec:
displayName: 'Console Plugin for NMState'
service:
name: {{ .PluginName }}
namespace: {{ .PluginNamespace }}
port: {{ .PluginPort }}
basePath: '/'
backend:
type: Service
service:
name: {{ .PluginName }}
namespace: {{ .PluginNamespace }}
port: {{ .PluginPort }}
basePath: '/'

0 comments on commit 085e77d

Please sign in to comment.