1# Copyright 2021 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: v1 5kind: PodTemplate 6metadata: 7 name: hello 8 labels: 9 tier: hello 10template: 11 spec: 12 containers: 13 - name: hello 14 image: nginx 15 env: 16 - name: EXISTING 17 value: variable