cs: fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-17 17:00:07 +03:00
parent e1cb6aa695
commit 66c59324a9
3 changed files with 20 additions and 20 deletions

View File

@ -150,7 +150,7 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: [ ]
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
@ -185,14 +185,14 @@ ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
@ -218,6 +218,6 @@ autoscaling:
nodeSelector: {}
tolerations: [ ]
tolerations: []
affinity: {}