Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 394 Bytes

helm-x-kustomize-jsonpatch

Test Case for helm x

Run run.sh to see the template generated by helm x

The output on my machine is

# Source: release-name/templates/0-kustomized.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: test
spec:
  rules:
  - host: should be replaced by helm x
  - host: www.test.com

It is expected that both host fields are replaced.