Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi committed Aug 7, 2024
1 parent 3bc0f83 commit 0ac6260
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/seal-suffix-hash-name-ref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to update any name references in other resources (like Deployments, Pods, etc).

# Setup

There are two `Secrets` in `secret-a.yaml` and `secret-b.yaml` in plain-text that are
There are two `Secrets` in `secret-one.yaml` and `secret-two.yaml` in plain-text that are
referenced by a`Deployment` in `deploy.yaml`.

We'd like those reference names to change
Expand Down
5 changes: 2 additions & 3 deletions examples/seal-suffix-hash-name-ref/secret-one.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: secret-two
name: secret-one
namespace: test
stringData:
a: "a"
b: "b"
c: "c"
5 changes: 3 additions & 2 deletions examples/seal-suffix-hash-name-ref/secret-two.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: secret-one
name: secret-two
namespace: test
stringData:
c: "c"
a: "a"
b: "b"

0 comments on commit 0ac6260

Please sign in to comment.