Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 2 | # Copyright 2018-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame] | 16 | # Values file for API tests |
| 17 | # |
| 18 | # The test process is to install minikube directly on a machine with docker |
| 19 | # installed (`--vm-driver=none`) then use imagebuilder to build images with |
| 20 | # candidate tags into that local docker registry, and run the tests. |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 21 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame] | 22 | # shared by xos-core, rcord-lite, etc. |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 23 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 24 | |
Kailash Khalasi | 3455c87 | 2018-07-03 12:26:23 -0700 | [diff] [blame] | 25 | # xos-core |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame] | 26 | xos-gui: |
| 27 | enabled: false |