mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
update kyaml in functions/examples
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
# Copyright 2020 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: examples.config.kubernetes.io/v1beta1
|
||||
kind: Validator
|
||||
metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
container:
|
||||
image: gcr.io/kustomize-functions/example-tshirt:v0.2.0
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
resources:
|
||||
- example-use.yaml
|
||||
transformers:
|
||||
- transformer.yaml
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: examples.config.kubernetes.io/v1beta1
|
||||
kind: tshirt
|
||||
metadata:
|
||||
name: tshirt
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
container:
|
||||
image: gcr.io/kustomize-functions/example-tshirt:v0.3.0
|
||||
Reference in New Issue
Block a user