File tree Expand file tree Collapse file tree 6 files changed +14
-24
lines changed
content/userguide/managing-operators/installation
themes/hugo-theme-learn/static/js
content/userguide/managing-operators/installation
themes/hugo-theme-learn/static/js Expand file tree Collapse file tree 6 files changed +14
-24
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ title = "WebLogic Kubernetes Operator"
8
8
# Change the default theme to be use when building the site with Hugo
9
9
theme = " hugo-theme-learn"
10
10
11
- # disable the copy to clipboard links
12
- disableInlineCopyToClipBoard = true
13
-
14
11
publishDir = " docs"
15
12
16
13
# For search functionality
17
14
[outputs ]
18
- home = [ " HTML" , " RSS" , " JSON" ]
15
+ home = [ " HTML" , " RSS" , " JSON" ]
16
+
17
+ [params ]
18
+ # disable the copy to clipboard links
19
+ disableInlineCopyToClipBoard = true
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ For more information on specifying the registry credentials when the operator im
61
61
Add this repository to the Helm installation:
62
62
63
63
``` shell
64
- $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
64
+ $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts --force-update
65
65
```
66
66
67
67
Verify that the repository was added correctly:
@@ -74,12 +74,6 @@ NAME URL
74
74
weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
75
75
```
76
76
77
- Update with the latest information about charts from the chart repositories:
78
-
79
- ``` shell
80
- $ helm repo update
81
- ```
82
-
83
77
Install the operator from the repository:
84
78
85
79
``` shell
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jQuery(document).ready(function() {
232
232
var code = $ ( this ) ,
233
233
text = code . text ( ) ;
234
234
235
- if ( text . length > 25 ) {
235
+ if ( text . length > 5 ) {
236
236
if ( ! clipInit ) {
237
237
var text , clip = new ClipboardJS ( '.copy-to-clipboard' , {
238
238
text : function ( trigger ) {
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ title = "WebLogic Kubernetes Operator"
8
8
# Change the default theme to be use when building the site with Hugo
9
9
theme = " hugo-theme-learn"
10
10
11
- # disable the copy to clipboard links
12
- disableInlineCopyToClipBoard = true
13
-
14
11
publishDir = " docs"
15
12
16
13
# For search functionality
17
14
[outputs ]
18
- home = [ " HTML" , " RSS" , " JSON" ]
15
+ home = [ " HTML" , " RSS" , " JSON" ]
16
+
17
+ [params ]
18
+ # disable the copy to clipboard links
19
+ disableInlineCopyToClipBoard = true
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ For more information on specifying the registry credentials when the operator im
61
61
Add this repository to the Helm installation:
62
62
63
63
``` shell
64
- $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
64
+ $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts --force-update
65
65
```
66
66
67
67
Verify that the repository was added correctly:
@@ -74,12 +74,6 @@ NAME URL
74
74
weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
75
75
```
76
76
77
- Update with the latest information about charts from the chart repositories:
78
-
79
- ``` shell
80
- $ helm repo update
81
- ```
82
-
83
77
Install the operator from the repository:
84
78
85
79
``` shell
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jQuery(document).ready(function() {
232
232
var code = $ ( this ) ,
233
233
text = code . text ( ) ;
234
234
235
- if ( text . length > 25 ) {
235
+ if ( text . length > 5 ) {
236
236
if ( ! clipInit ) {
237
237
var text , clip = new ClipboardJS ( '.copy-to-clipboard' , {
238
238
text : function ( trigger ) {
You can’t perform that action at this time.
0 commit comments