You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-23
Original file line number
Diff line number
Diff line change
@@ -52,29 +52,6 @@ The `bootstrap.sh` script will:
52
52
- Create an ArgoCD instance in the `openshift-gitops` namespace
53
53
- Bootstrap a set of ArgoCD applications to configure the cluster
54
54
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.
0 commit comments