Last active
December 10, 2019 20:31
-
-
Save Syerram/f5e8591fc94da01b890f5c34230abaea to your computer and use it in GitHub Desktop.
prototype-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
components: | |
- name: capi | |
version: 0.0.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: | |
uaa_url: uaa.((top-level-stuff.system_namespace)).svc.cluster.local | |
ssl_cert: (()) | |
client_secret: (()) | |
ccdb: | |
adapter: postgres | |
host: database.((top-level-stuff.system_namespace)).svc.cluster.local | |
port: 5432 | |
user: cloud_controller | |
- name: cf-routesync | |
version: 0.0.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: ... | |
dependencies: | |
- name: metacontroller | |
- name: istio-crds | |
- name: uaa | |
version: 0.0.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: | |
issuer_uri: uaa.((top-level-stuff.system_namespace)) | |
. | |
. | |
. | |
- name: istio | |
version: 0.0.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: ... | |
dependencies: | |
- name: istio-crds | |
- name: db | |
version: 0.0.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: ... | |
- name: metacontroller | |
type: helm | |
version: 0.2.1 | |
config: github.com/cf-k8s/.../yaml-config | |
values: ... | |
top-level-stuff: | |
- name: system_domain | |
value: foobar.com | |
- name: system_namespace | |
value: cf-system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment