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: demos/argo-cd-git-ops/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
## How to create sealed secrets
4
4
5
-
This demo uses [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) to decrypt secrets stored in Git.
5
+
This demo uses [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) to decrypt secrets stored in a Git repository.
6
6
7
7
The CLI tool `kubeseal` must be installed as described in the [Sealed Secrets readme](https://github.com/bitnami-labs/sealed-secrets?tab=readme-ov-file#kubeseal).
8
8
9
-
The easiest way to seal secrets via `kubeseal` is to have the `argo-cd-git-ops` installed. It provides the Sealed Secrets controller and
10
-
a generated certificate that is automatically used for signing.
9
+
The easiest way to seal secrets via `kubeseal` is to have the `argo-cd-git-ops`Stack installed. It provides the Sealed Secrets controller and
10
+
a generated certificate that is automatically used for signing via `kubeseal`.
0 commit comments