Skip to content

Commit 55535f4

Browse files
authored
Merge pull request #7071 from borg-land/secrets-store-sync-repo
create secrets-store-sync staging image registry
2 parents aab5d41 + 738d6d3 commit 55535f4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

infra/gcp/terraform/k8s-staging-images/registries.tf

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ limitations under the License.
1717
locals {
1818
// The groups have to be created before applying this terraform code
1919
registries = {
20-
charts = "group:[email protected]"
21-
etcd-manager = "group:[email protected]",
22-
kubernetes = "group:[email protected]",
23-
kueue = "group:[email protected]"
24-
test-infra = "group:[email protected]"
20+
charts = "group:[email protected]"
21+
etcd-manager = "group:[email protected]",
22+
kubernetes = "group:[email protected]",
23+
kueue = "group:[email protected]"
24+
secrets-store-sync = "group:[email protected]"
25+
test-infra = "group:[email protected]"
2526
}
2627
}
2728

0 commit comments

Comments
 (0)