We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26570f commit 69a3337Copy full SHA for 69a3337
solutions/deploy/cloud-pak-deployer/main.tf
@@ -20,11 +20,10 @@ locals {
20
oc = "oc --kubeconfig ${var.kube_config_path}"
21
paths = {
22
definitions = "${var.schematics_workspace.persistent_dir_exists ? "${var.schematics_workspace.persistent_dir_path}/" : ""}${path.module}/definitions"
23
- scripts = "${path.module}/scripts"
24
templates = "${path.module}/templates"
25
}
26
yaml_files = {
27
- job_uninstall_cpd = "job-uninstall-cpd.yaml.tmplt"
+ job_uninstall_cpd = "job-uninstall-cpd.yaml.tftpl"
28
29
30
solutions/deploy/cloud-pak-deployer/templates/job-uninstall-cpd.yaml.tmplt renamed to solutions/deploy/cloud-pak-deployer/templates/job-uninstall-cpd.yaml.tftpl
0 commit comments