...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/patch-selector/kindselector/expected.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/patch-selector/kindselector

     1# Copyright 2019 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4apiVersion: apps/v1
     5kind: Deployment
     6metadata:
     7  name: test-1
     8  annotations:
     9    baz: foo
    10    patched: 'a'
    11spec:
    12  template:
    13    spec:
    14      containers:
    15      - name: foo
    16        image: example/sidecar:b
    17---
    18apiVersion: apps/v1
    19kind: StatefulSet
    20metadata:
    21  name: test-2
    22  annotations:
    23    foo: bar

View as plain text