Skip to content

Commit bbaae1c

Browse files
author
juan.hermosillo@oracle.com
committed
document usage of helm chart from repo
1 parent c68166e commit bbaae1c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,31 @@ Only pull requests from committers that can be verified as having signed the OCA
249249
## Introducing a new dependency
250250

251251
Please be aware that pull requests that seek to introduce a new dependency will be subject to additional review. In general, contributors should avoid dependencies with incompatible licenses, and should try to use recent versions of dependencies. Standard security vulnerability checklists will be consulted before accepting a new dependency. Dependencies on closed-source code, including WebLogic Server, will most likely be rejected.
252+
253+
## Use Helm Chart from Github chart repository
254+
255+
Add this repo to Helm installation:
256+
257+
```
258+
$ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
259+
```
260+
261+
Verify repository was added correctly:
262+
263+
````
264+
$ helm repo list
265+
NAME URL
266+
weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
267+
```
268+
269+
Update with latest information about charts from chart repositories:
270+
271+
```
272+
$ helm repo update
273+
```
274+
275+
Install Operator from the repo:
276+
277+
```
278+
$ helm install helm install weblogic-operator/weblogic-operator --name weblogic-operator
279+
```

0 commit comments

Comments
 (0)