Skip to content

Commit c0d207b

Browse files
committed
feat: add kustomize-cluster to OpenShift/Cloudflare secrets
1 parent a399e7c commit c0d207b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ locals {
6767
repositories = [
6868
"ansible-site-cluster",
6969
"images",
70+
"kustomize-cluster",
7071
"tfroot-github"
7172
]
7273
}
@@ -76,6 +77,7 @@ locals {
7677
repositories = [
7778
"ansible-site-cluster",
7879
"images",
80+
"kustomize-cluster",
7981
"tfroot-github"
8082
]
8183
}
@@ -85,6 +87,7 @@ locals {
8587
repositories = [
8688
"ansible-site-cluster",
8789
"images",
90+
"kustomize-cluster",
8891
"tfroot-github"
8992
]
9093
}
@@ -94,6 +97,7 @@ locals {
9497
repositories = [
9598
"ansible-site-cluster",
9699
"images",
100+
"kustomize-cluster",
97101
"tfroot-github"
98102
]
99103
}
@@ -103,6 +107,7 @@ locals {
103107
repositories = [
104108
"ansible-site-cluster",
105109
"images",
110+
"kustomize-cluster",
106111
"tfroot-github"
107112
]
108113
}

0 commit comments

Comments
 (0)