forked from kiali/kiali-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-hosts.yaml
33 lines (26 loc) · 895 Bytes
/
dev-hosts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
all:
vars:
# Mimic Kiali CR settings found in dev-kiali-cr.yaml
version: default
deployment:
accessible_namespaces:
- "**"
image_version: dev
namespace: istio-system
# The Operator SDK creates a "_kiali_io_kiali" variable that
# mimics the Kiali CR but maintains camelCase in key names.
# The operator playbook expects this defined.
# Make sure these match those in dev-kiali-cr.yaml.
_kiali_io_kiali:
apiVersion: kiali.io/v1alpha1
kind: Kiali
metadata:
name: kiali
namespace: istio-system
# The Operator SDK creates a "ansible_operator_meta" variable
# that contains the name and namespace of the CR.
# Most times you can just run with these defaults.
# Make sure these match those in dev-kiali-cr.yaml.
ansible_operator_meta:
name: kiali
namespace: istio-system