Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 391 Bytes

tls secret

Usage

To install tls secret you need.

Add helm repository

helm repo add zifter https://zifter.github.io/helm-charts/

Install chart

helm install tls-secret zifter/tls-secret --namespace kube-system -f values-prod.yaml

where values-domain.yaml is:

name: "my-wildcard-secret"
tls:
  key: "YOU PUBLIC KEY"
  crt: "YOU PRIVATE KEY"