Skip to content

Commit 777f948

Browse files
Update README.md adding missing "name" metadata (#374)
Co-authored-by: Eike David Lenz <e.lenz@mittwald.de>
1 parent 9c4b5b1 commit 777f948

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ There are two general methods for push-based replication:
8686
apiVersion: v1
8787
kind: Secret
8888
metadata:
89+
name: test-secret
8990
annotations:
9091
replicator.v1.mittwald.de/replicate-to: "my-ns-1,namespace-[0-9]*"
9192
data:
@@ -100,6 +101,7 @@ There are two general methods for push-based replication:
100101
apiVersion: v1
101102
kind: Secret
102103
metadata:
104+
name: test-secret
103105
annotations:
104106
replicator.v1.mittwald.de/replicate-to-matching: >
105107
my-label=value,my-other-label,my-other-label notin (foo,bar)
@@ -132,6 +134,7 @@ permitting replication.
132134
apiVersion: v1
133135
kind: Secret
134136
metadata:
137+
name: test-secret
135138
annotations:
136139
replicator.v1.mittwald.de/replication-allowed: "true"
137140
replicator.v1.mittwald.de/replication-allowed-namespaces: "my-ns-1,namespace-[0-9]*"

0 commit comments

Comments
 (0)