Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyfelipe committed Jan 19, 2021
1 parent 7634262 commit 8cf43ed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/vkpr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ whoami:
image:
repository: containous/whoami
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
imagePullSecrets: []
service:
type: ClusterIP
port: 80
ingress:
enabled: true
annotations: { }
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: whoami.local
paths: ["/"]
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
podSecurityContext: { }
securityContext: { }
resources: { }
nodeSelector: { }
tolerations: [ ]
affinity: { }
podSecurityContext: {}
securityContext: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}

# VKPR subchart defaults
nginx-ingress:
Expand Down

0 comments on commit 8cf43ed

Please sign in to comment.