Skip to content

Commit 7505c58

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: bug with rg
1 parent 3bca7c9 commit 7505c58

File tree

2 files changed

+2
-2
lines changed
  • solutions/fully-configurable
    • kubeconfig/d5cf75b88f655705e8a64567938cfff753508ec6a849f71a0adc84c90f0f22a3_ocp-cd17-cluster_k8sconfig

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ preferences: {}
2323
users:
2424
- name: IAM#[email protected]/c100-e-us-south-containers-cloud-ibm-com:31046
2525
user:
26-
token: sha256~veHYv4TSI-NGn4RC2uMj6F425fGTXusMbAZdzl6oZCE
26+
token: sha256~U6QPpFVn5fuETqSgy9mQdxK_uUEJGqlLEIe_PLSL0YA

solutions/fully-configurable/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ locals {
1919
persistent_dir_exists = data.external.schematics.result.schematics_tmp_dir_exists ? true : false
2020
persistent_dir_path = "/tmp/.schematics"
2121
}
22-
kube_config_dir = local.schematics_workspace.persistent_dir_exists ? local.schematics_workspace.persistent_dir_path : path.module
22+
kube_config_dir = local.schematics_workspace.persistent_dir_exists ? local.schematics_workspace.persistent_dir_path : "${path.module}/kubeconfig"
2323
}
2424

2525
data "ibm_container_cluster_config" "cluster_config" {

0 commit comments

Comments
 (0)