Update README.md
This commit is contained in:
parent
69e54870bf
commit
82934a4499
|
|
@ -1,8 +1,12 @@
|
||||||
### Add awx-operator
|
### Add awx-operator
|
||||||
|
```
|
||||||
helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/
|
helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/
|
||||||
|
```
|
||||||
|
|
||||||
### Install awx-operator
|
### Install awx-operator
|
||||||
|
```
|
||||||
helm install awx-operator awx-operator/awx-operator -n awx --create-namespace --version 1.3.0
|
helm install awx-operator awx-operator/awx-operator -n awx --create-namespace --version 1.3.0
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
@ -15,7 +19,10 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
### Show Services
|
### Show Services
|
||||||
|
```
|
||||||
kubectl get svc -l "app.kubernetes.io/managed-by=awx-operator"
|
kubectl get svc -l "app.kubernetes.io/managed-by=awx-operator"
|
||||||
|
```
|
||||||
### Get Secret
|
### Get Secret
|
||||||
|
```
|
||||||
kubectl get secret awx-demo-admin-password -o jsonpath="{.data.password}" | base64 --decode
|
kubectl get secret awx-demo-admin-password -o jsonpath="{.data.password}" | base64 --decode
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue