Skip to content

Commit

Permalink
revert spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Feb 8, 2024
1 parent 0a6dda3 commit d86be9f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions charts/port-k8s-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
pullPolicy: IfNotPresent
tag: ""

imagePullSecrets: [ ]
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

Expand All @@ -27,7 +27,7 @@ eventListener:
securityProtocol: "SASL_SSL"
authenticationMechanism: "SCRAM-SHA-512"
secret:
annotations: { }
annotations: {}
name: ""
secrets:
portClientId: ""
Expand All @@ -36,34 +36,34 @@ secret:
useExistingSecret: false

configMap:
annotations: { }
annotations: {}
config: ""
name: ""
# configMap.create -- Disable to specify your own configmap to be used.
create: true

serviceAccount:
create: true
annotations: { }
annotations: {}
name: ""

clusterRole:
annotations: { }
annotations: {}
name: ""
apiGroups:
- "'*'"
resources:
- "'*'"

clusterRoleBinding:
annotations: { }
annotations: {}
name: ""

podAnnotations: { }
podAnnotations: {}

podSecurityContext: { }
podSecurityContext: {}

securityContext: { }
securityContext: {}

resources:
requests:
Expand All @@ -73,29 +73,29 @@ resources:
memory: "1024Mi"
cpu: "500m"

nodeSelector: { }
nodeSelector: {}

tolerations: [ ]
tolerations: []

affinity: { }
affinity: {}

extraEnv: [ ]
extraEnv: []
# - name: "KUBECONFIG"
# value: /tmp/.kube/config
# value: /tmp/.kube/config

extraObjects: [ ]
extraObjects: []
# - apiVersion: v1
# kind: Secret
# metadata:
# name: kubeconfig
# type: Opaque
# stringData:

extraVolumes: [ ]
extraVolumes: []
# - name: kubeconfig
# secret:
# secretName: kubeconfig
# secretName: kubeconfig

extraVolumeMounts: [ ]
extraVolumeMounts: []
# - name: kubeconfig
# mountPath: "/tmp/.kube"
# mountPath: "/tmp/.kube"

0 comments on commit d86be9f

Please sign in to comment.