helmfile/test/integration/test-cases/chartify/input/helmfile.yaml.gotmpl

17 lines
368 B
Go Template

releases:
- name: httpbin
chart: ../../../charts/httpbin
jsonPatches:
- target:
group: apps
version: v1
kind: Deployment
name: httpbin-httpbin
patch:
- path: "/spec/strategy/type"
op: replace
value: Recreate
set:
- name: image.pullPolicy
value: Always