github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/item-applied-config/dc-platform-annotation-other.yml (about) 1 apiVersion: v1 2 kind: DeploymentConfig 3 metadata: 4 name: foo 5 annotations: 6 foo: bar 7 spec: 8 replicas: 1 9 selector: 10 name: foo 11 strategy: 12 type: Recreate 13 template: 14 metadata: 15 annotations: {} 16 labels: 17 name: foo 18 spec: 19 containers: 20 - image: 192.168.0.1:5000/bar/foo@sha256:51ead8367892a487ca4a1ca7435fa418466901ca2842b777e15a12d0b470ab30 21 imagePullPolicy: IfNotPresent 22 name: foo 23 dnsPolicy: ClusterFirst 24 restartPolicy: Always 25 schedulerName: default-scheduler 26 securityContext: {} 27 serviceAccount: foo 28 serviceAccountName: foo 29 volumes: [] 30 test: false 31 triggers: []