You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/external-secrets/config.jsonnet
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ local
4
4
version(
5
5
output,
6
6
version,
7
-
crdFiles=['bundle.yaml']// from v0.5 onward, a single bundle.yaml contains all of the external-secrets CRDs.
7
+
crdFiles=['bundle.yaml']
8
8
) =
9
9
{
10
10
output: output,
@@ -13,19 +13,11 @@ local
13
13
};
14
14
15
15
local versions = [
16
-
version('0.4', '0.4.4', crdFiles=[
17
-
// 0.4.4 is the last version with individual CRD files
18
-
'external-secrets.io_clustersecretstores.yaml',
19
-
'external-secrets.io_externalsecrets.yaml',
20
-
'external-secrets.io_secretstores.yaml',
21
-
]),
22
-
version('0.5', '0.5.9'),
23
-
version('0.6', '0.6.1'),
24
-
// From v0.7, the upstream kustomization.yaml was actually not properly containing all CRDs, we parse the bundle.yaml instead across the board for now.
0 commit comments