fn framework -- add support for patch templates

This commit is contained in:
Phillip Wittrock
2020-11-16 11:26:22 -08:00
parent bd0a699ff6
commit 02b14d919b
29 changed files with 941 additions and 42 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-1
annotations:
baz: foo
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-2
annotations:
foo: bar
patched: 'a'
spec:
template:
spec:
containers:
- name: foo
image: example/sidecar:b