Files
kustomize/cmd/config/internal/commands/test/testdata/dataset-without-setters/mysql/deployment.yaml
Phani Teja Marupaka f432f4d75e Setters with subpackages
2020-09-01 10:54:08 -07:00

16 lines
280 B
YAML

# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: myspace
name: mysql-deployment
spec:
replicas: 3
template:
spec:
containers:
- name: mysql
image: mysql:1.7.9