mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
14 lines
351 B
YAML
14 lines
351 B
YAML
# Copyright 2019 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# call `kustomize config run` on a directory containing this file
|
|
apiVersion: examples.config.kubernetes.io/v1beta1
|
|
kind: CockroachDB
|
|
metadata:
|
|
name: demo
|
|
configFn:
|
|
container:
|
|
image: gcr.io/kustomize-functions/example-cockroachdb:v0.1.0
|
|
spec:
|
|
replicas: 3
|