squadron/testdata/extends/snapshop-config-norender.yaml
2024-10-22 17:36:32 +02:00

23 lines
454 B
YAML

version: "2.2"
squadron:
storefinder:
frontend:
chart:
name: frontend
repository: file://<% env "PROJECT_ROOT" %>/_examples/common/charts/frontend
version: 0.0.1
values:
env:
ONE: foo
THREE: baz
TWO: bar
image:
repository: nginx
tag: latest
null_obj: null
null_tags: null
tags:
- ONE
- TWO
- THREE