Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 976 Bytes

File metadata and controls

22 lines (16 loc) · 976 Bytes

Mint System Hugo

This Helm chart deploys a Hugo site.

Parameters

Ingress parameters

Name Description Value
ingress.enabled Enable or disable the ingress true
ingress.className The class name for the ingress ""
ingress.clusterIssuerRef The cluster issuer reference for the ingress nil
ingress.host The host for the ingress ""
ingress.customDomain The custom domain for the ingress ""

Hugo parameters

Name Description Value
image The image for Hugo ""
imagePullPolicy Pull policy for Hugo image Always