mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
TemplateProcessor can add custom resource schemas to openapi
This commit is contained in:
14
kyaml/fn/framework/testdata/template-processor/templates/basic/deploy.template.yaml
vendored
Normal file
14
kyaml/fn/framework/testdata/template-processor/templates/basic/deploy.template.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: foo
|
||||
namespace: bar
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: foo
|
||||
image: {{ .Image }}
|
||||
Reference in New Issue
Block a user