Files
deprecated-helm-charts/stable/atlantis/test-values.yaml
T
2018-12-17 10:16:57 -08:00

23 lines
586 B
YAML

# In order to Atlantis to start, it must have at least one source control
# provider configured. However, we do not want to define a default in
# values.yaml as this would require all users of this chart who are not using
# GitHub to override the value.
github:
user: foo
token: bar
secret: baz
service:
annotations:
serviceAnnotation1: value1
serviceAnnotation2: value2
podTemplate:
annotations:
podTemplateAnnotation1: value3
podTemplateAnnotation2: value4
statefulSet:
annotations:
statefulSetAnnotation1: value5
statefulSetAnnotation2: value6