Skip to content

Commit cde0e04

Browse files
committed
update: docs
1 parent 00754fd commit cde0e04

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,6 @@ The `bootstrap.sh` script will:
5252
- Create an ArgoCD instance in the `openshift-gitops` namespace
5353
- Bootstrap a set of ArgoCD applications to configure the cluster
5454

55-
You can run also run individual [functions.sh](scripts/functions.sh) in a bash shell:
56-
57-
```sh
58-
source scripts/functions.sh
59-
60-
# ex: save some money by doing more with less
61-
ocp_save_money
62-
```
63-
64-
### Sealed Secrets Bootstrap
65-
66-
`bootstrap.sh` will attempt to deploy sealed-secrets and requires a sealed secret master key to manage existing deployments.
67-
68-
If managing an already bootstrapped cluster, the sealed-secrets key must be obtained from the initial bootstrap (ask the person who initially setup the cluster).
69-
70-
The sealed secret(s) for bootstrap should be located at:
71-
72-
```sh
73-
bootstrap/base/sealed-secrets-secret.yaml
74-
```
75-
76-
If this is the first time bootstrapping a cluster, `bootstrap.sh` will deploy a new sealed-secrets controller and obtain a new secret if it does not exist.
77-
7855
## Additional Configurations
7956

8057
### Sandbox Namespace

0 commit comments

Comments
 (0)