File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]*"
You can’t perform that action at this time.
0 commit comments