1# Copyright 2021 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: v1 5kind: Pod 6metadata: 7 name: hello 8spec: 9 containers: 10 - name: hello 11 image: nginx 12 env: 13 - name: EXISTING 14 value: variable
View as plain text