Skip to content

Commit d86be9f

Browse files
revert spacing
1 parent 0a6dda3 commit d86be9f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

charts/port-k8s-exporter/values.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
pullPolicy: IfNotPresent
1515
tag: ""
1616

17-
imagePullSecrets: [ ]
17+
imagePullSecrets: []
1818
nameOverride: ""
1919
fullnameOverride: ""
2020

@@ -27,7 +27,7 @@ eventListener:
2727
securityProtocol: "SASL_SSL"
2828
authenticationMechanism: "SCRAM-SHA-512"
2929
secret:
30-
annotations: { }
30+
annotations: {}
3131
name: ""
3232
secrets:
3333
portClientId: ""
@@ -36,34 +36,34 @@ secret:
3636
useExistingSecret: false
3737

3838
configMap:
39-
annotations: { }
39+
annotations: {}
4040
config: ""
4141
name: ""
4242
# configMap.create -- Disable to specify your own configmap to be used.
4343
create: true
4444

4545
serviceAccount:
4646
create: true
47-
annotations: { }
47+
annotations: {}
4848
name: ""
4949

5050
clusterRole:
51-
annotations: { }
51+
annotations: {}
5252
name: ""
5353
apiGroups:
5454
- "'*'"
5555
resources:
5656
- "'*'"
5757

5858
clusterRoleBinding:
59-
annotations: { }
59+
annotations: {}
6060
name: ""
6161

62-
podAnnotations: { }
62+
podAnnotations: {}
6363

64-
podSecurityContext: { }
64+
podSecurityContext: {}
6565

66-
securityContext: { }
66+
securityContext: {}
6767

6868
resources:
6969
requests:
@@ -73,29 +73,29 @@ resources:
7373
memory: "1024Mi"
7474
cpu: "500m"
7575

76-
nodeSelector: { }
76+
nodeSelector: {}
7777

78-
tolerations: [ ]
78+
tolerations: []
7979

80-
affinity: { }
80+
affinity: {}
8181

82-
extraEnv: [ ]
82+
extraEnv: []
8383
# - name: "KUBECONFIG"
84-
# value: /tmp/.kube/config
84+
# value: /tmp/.kube/config
8585

86-
extraObjects: [ ]
86+
extraObjects: []
8787
# - apiVersion: v1
8888
# kind: Secret
8989
# metadata:
9090
# name: kubeconfig
9191
# type: Opaque
9292
# stringData:
9393

94-
extraVolumes: [ ]
94+
extraVolumes: []
9595
# - name: kubeconfig
9696
# secret:
97-
# secretName: kubeconfig
97+
# secretName: kubeconfig
9898

99-
extraVolumeMounts: [ ]
99+
extraVolumeMounts: []
100100
# - name: kubeconfig
101-
# mountPath: "/tmp/.kube"
101+
# mountPath: "/tmp/.kube"

0 commit comments

Comments
 (0)