mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Migrate examples on to go fn framework
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: examples.config.kubernetes.io/v1beta1 # call `kustomize config run` on a directory containing this file
|
||||
kind: Nginx
|
||||
metadata:
|
||||
@@ -8,6 +5,6 @@ metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/function: |
|
||||
container:
|
||||
image: gcr.io/kustomize-functions/example-nginx:v0.1.0
|
||||
image: gcr.io/kustomize-functions/example-nginx:v0.2.0
|
||||
spec:
|
||||
replicas: 4
|
||||
|
||||
Reference in New Issue
Block a user