File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ for integration.
7171This project aims to follow the
7272Kubernetes [ Operator pattern] ( https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ )
7373
74- It uses
74+ It uses
7575[ Controllers] ( https://kubernetes.io/docs/concepts/architecture/controller/ )
7676which provides a reconcile function responsible for synchronizing resources
7777untile the desired state is reached on the cluster
Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ defined:
1414 podman_quayio_user: <user>
1515 podman_quayio_password: <password>
1616
17- The recommended way to manage those secrets is using ` ansible-vault ` . Pay attention that
18- ` openshift_pull_secret ` needs to be a string and hence the JSON data needs to be put in
19- quotes .
17+ The recommended way to manage those secrets is using ` ansible-vault ` . Pay
18+ attention that ` openshift_pull_secret ` is put in quotes so that the
19+ JSON structure is stored as a string .
2020
2121## Playbook
2222
23- The ` playbook.yaml ` file can be used for running the role. Create an
24- inventory file (e.g. named ` hosts ` ) to define the host(s). Then run the playbook
25- like so:
23+ The ` playbook.yaml ` file can be used for running the role. Create an inventory
24+ file (e.g. named ` hosts ` ) to define the host(s). Then run the playbook like so:
2625
2726 ansible-playbook -i hosts -D playbook.yaml
27+
28+ When using ` ansible-vault ` for storing secrets, additional vault specific
29+ arguments will need to be provided. When an encrypted variable file is used add
30+ the ` -e @<filename> ` argument.
You can’t perform that action at this time.
0 commit comments