We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d2f7b commit c321ba5Copy full SHA for c321ba5
config/samples/application_v1alpha1_kubero.yaml
@@ -57,11 +57,14 @@ spec:
57
tokenUrl: ""
58
secret: ""
59
callbackUrl: ""
60
- config: |
+ config: |
61
kubero:
62
- context: inClusterContext
63
- namespace: kubero
64
- port: 3000
+ readonly: false
+ banner:
+ show: false
65
+ message: "Welcome to Kubero!"
66
+ bgcolor: "#8560A9"
67
+ fontcolor: "azure"
68
buildpacks:
69
- name: NodeJS
70
language: JavaScript
helm-charts/kubero/values.yaml
@@ -98,7 +98,12 @@ kubero:
98
99
config: |
100
101
102
103
104
105
106
107
108
109
0 commit comments