argo-cd/util/helm/testdata/api-versions/templates/sample.yaml

5 lines
130 B
YAML
Raw Normal View History

{{ if .Capabilities.APIVersions.Has "sample/v2" }}
apiVersion: "sample/v2"
{{ else }}
apiVersion: "sample/v1" {{ end }}
kind: Test