mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add newline to the end of file
This commit is contained in:
@@ -17,4 +17,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
image: nginx
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
resources:
|
||||
- data.yaml
|
||||
transformers:
|
||||
- transf.yaml
|
||||
- transf.yaml
|
||||
|
||||
@@ -5,4 +5,4 @@ metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
container:
|
||||
image: gcr.io/kustomize-functions/example-tshirt:v0.2.0
|
||||
image: gcr.io/kustomize-functions/example-tshirt:v0.2.0
|
||||
|
||||
@@ -13,4 +13,4 @@ WORKDIR $BUILD_HOME/functions/examples/injection-tshirt-sizes/image/
|
||||
|
||||
ENV CGO_ENABLED=0
|
||||
RUN go mod download
|
||||
RUN go build -o tshirt .
|
||||
RUN go build -o tshirt .
|
||||
|
||||
@@ -5,4 +5,4 @@ BUILD_HOME=/usr/local/build
|
||||
|
||||
docker build -t $IMAGE_LABEL .
|
||||
|
||||
docker run --rm -v $(pwd):/out $IMAGE_LABEL cp -r $BUILD_HOME/functions/examples/injection-tshirt-sizes/image/tshirt /out
|
||||
docker run --rm -v $(pwd):/out $IMAGE_LABEL cp -r $BUILD_HOME/functions/examples/injection-tshirt-sizes/image/tshirt /out
|
||||
|
||||
@@ -17,4 +17,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
image: nginx
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
resources:
|
||||
- data.yaml
|
||||
transformers:
|
||||
- transf.yaml
|
||||
- transf.yaml
|
||||
|
||||
@@ -5,4 +5,4 @@ metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
exec:
|
||||
path: ./tshirt
|
||||
path: ./tshirt
|
||||
|
||||
Reference in New Issue
Block a user