File tree 4 files changed +22
-22
lines changed
4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " environment-variable-policy"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
authors = [
" José Guilherme Vanz <[email protected] >" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
---
2
- version : 0.1.3
2
+ version : 0.1.4
3
3
name : environment-variable-policy
4
4
displayName : Environment Variable Policy
5
- createdAt : ' 2023-02-06T14:46:21+02 :00'
5
+ createdAt : ' 2023-02-13T15:57:33+00 :00'
6
6
description : A Kubewarden Policy that controls the usage of environment variables
7
7
license : Apache-2.0
8
8
homeURL : https://github.com/kubewarden/environment-variable-policy
9
9
containersImages :
10
10
- name : policy
11
- image : " ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.3 "
11
+ image : " ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.4 "
12
12
keywords :
13
13
- deployment
14
14
- replicaset
@@ -22,7 +22,7 @@ keywords:
22
22
- environment-variables
23
23
links :
24
24
- name : policy
25
- url : https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.3 /policy.wasm
25
+ url : https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.4 /policy.wasm
26
26
- name : source
27
27
url : https://github.com/kubewarden/environment-variable-policy
28
28
provider :
@@ -70,9 +70,9 @@ annotations:
70
70
group: Settings
71
71
label: Rules
72
72
hide_input: true
73
- type: map [
73
+ type: sequence [
74
74
variable: rules
75
- subquestions :
75
+ sequence_questions :
76
76
- default: anyIn
77
77
group: Settings
78
78
label: Reject Operator
@@ -83,22 +83,22 @@ annotations:
83
83
- notAllAreUsed
84
84
required: false
85
85
type: enum
86
- variable: rules. reject
86
+ variable: reject
87
87
- default: []
88
88
description: ''
89
89
group: Settings
90
90
label: Environment Variables
91
91
hide_input: true
92
- type: map [
93
- variable: rules. environmentVariables
94
- subquestions :
92
+ type: sequence [
93
+ variable: environmentVariables
94
+ sequence_questions :
95
95
- default: ''
96
96
group: Settings
97
97
label: Name
98
98
type: string
99
- variable: rules.environmentVariables. name
99
+ variable: name
100
100
- default: ''
101
101
group: Settings
102
102
label: Value
103
103
type: string
104
- variable: rules.environmentVariables. value
104
+ variable: value
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ questions:
16
16
group : Settings
17
17
label : Rules
18
18
hide_input : true
19
- type : map [
19
+ type : sequence [
20
20
variable : rules
21
- subquestions :
21
+ sequence_questions :
22
22
- default : anyIn
23
23
group : Settings
24
24
label : Reject Operator
@@ -29,22 +29,22 @@ questions:
29
29
- notAllAreUsed
30
30
required : false
31
31
type : enum
32
- variable : rules. reject
32
+ variable : reject
33
33
- default : []
34
34
description : ' '
35
35
group : Settings
36
36
label : Environment Variables
37
37
hide_input : true
38
- type : map [
39
- variable : rules. environmentVariables
40
- subquestions :
38
+ type : sequence [
39
+ variable : environmentVariables
40
+ sequence_questions :
41
41
- default : ' '
42
42
group : Settings
43
43
label : Name
44
44
type : string
45
- variable : rules.environmentVariables. name
45
+ variable : name
46
46
- default : ' '
47
47
group : Settings
48
48
label : Value
49
49
type : string
50
- variable : rules.environmentVariables. value
50
+ variable : value
You can’t perform that action at this time.
0 commit comments