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
The `values-secret.yaml` file is placed in your home directory so that it does not get pushed to your git repository. It is based on the `values-secrets.yaml.template` file provided by the pattern in the top level directory. When you create your own patterns you will add your secrets to this file and save. At the moment the focus is on getting started abd familiar with this base Multicloud GitOps pattern.
110
121
====
111
122
112
-
. Create a new feature branch, for example `my-branch` from the main branch for your content:
123
+
. Create a new feature branch, for example `my-branch` from the `main` branch for your content:
113
124
+
114
125
[source,terminal]
115
126
----
@@ -211,9 +222,9 @@ A pop up may throw up an error `"Oh no! Something went wrong`. It is safe to ign
211
222
212
223
The {rh-gitops} Operator displays in list of *Installed Operators*. The {rh-gitops} Operator installs the remaining assets and artifacts for this pattern. To view the installation of these assets and artifacts, such as {rh-rhacm-first}, ensure that you switch to *Project:All Projects*.
213
224
214
-
The `config-demo` project when viewed through the *Hub ArgoCD* UI from the nines menu is stuck in a `Degraded` state. This is the expected behavior when installing using the OpenShift Container Platform console.
225
+
The `config-demo` project when viewed through the *Hub ArgoCD* UI from the nines menu is stuck in a `Degraded` state. This is the expected behavior when installing using the OpenShift Container Platform console.
215
226
216
-
* Run the following command to load the secrets into the vault:
227
+
* To resolve this you need to run the following to load the secrets into the vault:
217
228
+
218
229
[source,terminal]
219
230
----
@@ -226,7 +237,7 @@ You must have created a local copy of the secret values file by running the foll
After completing these steps, the new `config-demo-mysecret` should be created and visible in the `config-demo` namespace, populated with the relevant data extracted from the Vault.
246
+
.. In the OpenShift Container Platform web console, select the *config-demo* *Project*.
261
247
248
+
.. Select the *config-demo-mysecret* to review the secret details.
262
249
263
250
== Next Steps
264
251
@@ -269,5 +256,5 @@ After completing these steps, the new `config-demo-mysecret` should be created a
269
256
270
257
[IMPORTANT]
271
258
====
272
-
Remember to consult the official documentation at validatedpatterns.io for detailed information about specific features and advanced configurations.
259
+
Remember to consult the official documentation at link:https://validatedpatterns.io/[Validated Patterns] for detailed information about specific features and advanced configurations.
0 commit comments