hundreds-sugar-37524
04/28/2023, 4:25 PMsquare-farmer-68052
04/28/2023, 5:34 PMhundreds-sugar-37524
05/03/2023, 6:47 AMsquare-farmer-68052
05/03/2023, 6:31 PM# dependsOn allows you to configure dependencies to other bundles. The current bundle
# will only be deployed, after all dependencies are deployed and in a Ready state.
dependsOn:
# Format: <GITREPO-NAME>-<BUNDLE_PATH> with all path separators replaced by "-"
# Example: GitRepo name "one", Bundle path "/multi-cluster/hello-world" => "one-multi-cluster-hello-world"
- name: one-multi-cluster-hello-world
# Select bundles to depend on based on their label.
- selector:
matchLabels:
app: weak-monkey
hundreds-sugar-37524
05/03/2023, 6:43 PMsquare-farmer-68052
05/03/2023, 6:49 PMhundreds-sugar-37524
05/03/2023, 6:52 PMsquare-farmer-68052
05/03/2023, 7:07 PM# If using raw YAML these are names that map to overlays/{name} that will be used
# to replace or patch a resource. If you wish to customize the file ./subdir/resource.yaml
# then a file ./overlays/myoverlay/subdir/resource.yaml will replace the base file.
# A file named ./overlays/myoverlay/subdir/resource_patch.yaml will patch the base file.
# A patch can in JSON Patch or JSON Merge format or a strategic merge patch for builtin
# Kubernetes types. Refer to "Raw YAML Resource Customization" below for more information.
yaml:
overlays:
- custom2
- custom3
hundreds-sugar-37524
05/03/2023, 7:15 PM