github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/configmap/steps.json (about) 1 [ 2 { 3 "command": "apply cm", 4 "wantStdout": true, 5 "wantResources": { 6 "cm/foo": true 7 }, 8 "wantFields": { 9 "cm/foo": { 10 ".data.database-name": "bar" 11 } 12 } 13 }, 14 { 15 "command": "apply cm", 16 "wantStdout": true, 17 "wantResources": { 18 "cm/foo": true 19 }, 20 "wantFields": { 21 "cm/foo": { 22 ".data.database-name": "baz" 23 } 24 } 25 }, 26 { 27 "command": "apply cm", 28 "wantStdout": true, 29 "wantErr": true, 30 "wantResources": { 31 "cm/foo": true 32 } 33 }, 34 { 35 "command": "apply cm --force", 36 "wantStdout": true, 37 "wantResources": { 38 "cm/foo": false 39 } 40 } 41 ]