blob: 0fb8ba40c6dd3d7b3f9c5911738e476301ba73d6 [file] [log] [blame]
Andy Bavier076f9452018-03-21 15:05:14 -07001---
Andy Bavier076f9452018-03-21 15:05:14 -07002# 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 Williamsff683a22018-05-16 11:47:28 -070016# 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 Williamsfc1568d2018-05-15 10:24:25 -070021
Zack Williamsff683a22018-05-16 11:47:28 -070022# shared by xos-core, rcord-lite, etc.
Zack Williamsfc1568d2018-05-15 10:24:25 -070023imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070024
Kailash Khalasi3455c872018-07-03 12:26:23 -070025# xos-core
Zack Williamsff683a22018-05-16 11:47:28 -070026xos-gui:
27 enabled: false