blob: e619da0d317121916b6f6039cb5c94996741375b [file] [log] [blame]
Andy Bavierd37f8ee2018-04-12 09:54:10 -07001---
Andy Bavierd37f8ee2018-04-12 09:54:10 -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
16# Default values for addressmanager.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
Andy Bavierd37f8ee2018-04-12 09:54:10 -070022nameOverride: ""
23fullnameOverride: ""
24
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025imagePullPolicy: 'Always'
Zack Williams3432b942018-04-24 17:46:41 -070026
Zack Williamsd9d6b352018-10-05 07:53:30 -070027image:
28 repository: xosproject/openstack-synchronizer
29 tag: "{{ .Chart.AppVersion }}"
30 pullPolicy: Always
31
32global:
33 registry: ""
Zack Williams3432b942018-04-24 17:46:41 -070034
35xosAdminUser: "admin@opencord.org"
36xosAdminPassword: "letmein"
Andy Bavierd37f8ee2018-04-12 09:54:10 -070037
38resources: {}
39
40nodeSelector: {}
41
42tolerations: []
43
44affinity: {}