File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 14
14
pullPolicy : IfNotPresent
15
15
tag : " "
16
16
17
- imagePullSecrets : [ ]
17
+ imagePullSecrets : []
18
18
nameOverride : " "
19
19
fullnameOverride : " "
20
20
@@ -27,7 +27,7 @@ eventListener:
27
27
securityProtocol : " SASL_SSL"
28
28
authenticationMechanism : " SCRAM-SHA-512"
29
29
secret :
30
- annotations : { }
30
+ annotations : {}
31
31
name : " "
32
32
secrets :
33
33
portClientId : " "
@@ -36,34 +36,34 @@ secret:
36
36
useExistingSecret : false
37
37
38
38
configMap :
39
- annotations : { }
39
+ annotations : {}
40
40
config : " "
41
41
name : " "
42
42
# configMap.create -- Disable to specify your own configmap to be used.
43
43
create : true
44
44
45
45
serviceAccount :
46
46
create : true
47
- annotations : { }
47
+ annotations : {}
48
48
name : " "
49
49
50
50
clusterRole :
51
- annotations : { }
51
+ annotations : {}
52
52
name : " "
53
53
apiGroups :
54
54
- " '*'"
55
55
resources :
56
56
- " '*'"
57
57
58
58
clusterRoleBinding :
59
- annotations : { }
59
+ annotations : {}
60
60
name : " "
61
61
62
- podAnnotations : { }
62
+ podAnnotations : {}
63
63
64
- podSecurityContext : { }
64
+ podSecurityContext : {}
65
65
66
- securityContext : { }
66
+ securityContext : {}
67
67
68
68
resources :
69
69
requests :
@@ -73,29 +73,29 @@ resources:
73
73
memory : " 1024Mi"
74
74
cpu : " 500m"
75
75
76
- nodeSelector : { }
76
+ nodeSelector : {}
77
77
78
- tolerations : [ ]
78
+ tolerations : []
79
79
80
- affinity : { }
80
+ affinity : {}
81
81
82
- extraEnv : [ ]
82
+ extraEnv : []
83
83
# - name: "KUBECONFIG"
84
- # value: /tmp/.kube/config
84
+ # value: /tmp/.kube/config
85
85
86
- extraObjects : [ ]
86
+ extraObjects : []
87
87
# - apiVersion: v1
88
88
# kind: Secret
89
89
# metadata:
90
90
# name: kubeconfig
91
91
# type: Opaque
92
92
# stringData:
93
93
94
- extraVolumes : [ ]
94
+ extraVolumes : []
95
95
# - name: kubeconfig
96
96
# secret:
97
- # secretName: kubeconfig
97
+ # secretName: kubeconfig
98
98
99
- extraVolumeMounts : [ ]
99
+ extraVolumeMounts : []
100
100
# - name: kubeconfig
101
- # mountPath: "/tmp/.kube"
101
+ # mountPath: "/tmp/.kube"
You can’t perform that action at this time.
0 commit comments