Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 12, 2024
1 parent 00754fd commit cde0e04
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,6 @@ The `bootstrap.sh` script will:
- Create an ArgoCD instance in the `openshift-gitops` namespace
- Bootstrap a set of ArgoCD applications to configure the cluster

You can run also run individual [functions.sh](scripts/functions.sh) in a bash shell:

```sh
source scripts/functions.sh

# ex: save some money by doing more with less
ocp_save_money
```

### Sealed Secrets Bootstrap

`bootstrap.sh` will attempt to deploy sealed-secrets and requires a sealed secret master key to manage existing deployments.

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).

The sealed secret(s) for bootstrap should be located at:

```sh
bootstrap/base/sealed-secrets-secret.yaml
```

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.

## Additional Configurations

### Sandbox Namespace
Expand Down

0 comments on commit cde0e04

Please sign in to comment.