fix failed tests for testing fn framework about get value from env

This commit is contained in:
koba1t
2023-09-19 06:32:43 +09:00
parent 2bff0d6882
commit 67a0b43c81
11 changed files with 213 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
include ../../../../../../Makefile-modules.mk
.PHONY: image
image:
docker build . -t gcr.io/kustomize-functions/e2econtainerenvgenerator
docker push gcr.io/kustomize-functions/e2econtainerenvgenerator